fix bunshell.test.ts

This commit is contained in:
Meghan Denny
2024-04-02 17:56:39 -07:00
committed by GitHub
parent 801e475c72
commit b2188346fb

View File

@@ -792,7 +792,8 @@ describe("deno_task", () => {
test("stacktrace", async () => {
// const folder = TestBuilder.tmpdir();
const code = /* ts */ `import { $ } from 'bun'
const code = /* ts */ `
import { $ } from 'bun'
$.throws(true)