mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
fix bunshell.test.ts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user