()
| 21 | |
| 22 | /** Remove the precomputed artifact to exercise rolling-deploy fallback. */ |
| 23 | export async function removeNonCodemodeTools(): Promise<void> { |
| 24 | await env.SPEC_BUCKET.delete('non-codemode-tools.json') |
| 25 | resetIsolateCache() |
| 26 | } |
| 27 | |
| 28 | /** Wipe the spec bucket and the in-isolate spec cache. Call in afterEach. */ |
| 29 | export async function clearSpec(): Promise<void> { |
no test coverage detected