refactor(compact): align pruning contracts (round 3)
This commit is contained in:
@@ -69,11 +69,6 @@ describe('gen-tool-catalog assertManifestComplete', () => {
|
||||
// is unlisted, so the guard must fire and name them.
|
||||
expect(() => { assertManifestComplete([]) }).toThrow(/not in the boot manifest/)
|
||||
expect(() => { assertManifestComplete([]) }).toThrow(/tool-bash/)
|
||||
try {
|
||||
assertManifestComplete([])
|
||||
} catch (error) {
|
||||
expect(String(error)).not.toContain('tool-result-prune')
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user