diff options
author | 2023-05-16 08:52:14 -0700 | |
---|---|---|
committer | 2023-05-16 08:52:14 -0700 | |
commit | 65237b3054d8d71cff3295027aaa2f7cf395c0b1 (patch) | |
tree | 70a3668593efe486fd37c8b9a28c75053bd09476 | |
parent | c842f5bfe30842377a89ef91f610b523469447aa (diff) | |
download | bun-65237b3054d8d71cff3295027aaa2f7cf395c0b1.tar.gz bun-65237b3054d8d71cff3295027aaa2f7cf395c0b1.tar.zst bun-65237b3054d8d71cff3295027aaa2f7cf395c0b1.zip |
Update run-cjs.test.ts
-rw-r--r-- | test/cli/run/run-cjs.test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cli/run/run-cjs.test.ts b/test/cli/run/run-cjs.test.ts index 935cbe452..c957e0d26 100644 --- a/test/cli/run/run-cjs.test.ts +++ b/test/cli/run/run-cjs.test.ts @@ -35,7 +35,6 @@ export default fn; expect(stdout.toString("utf8")).toEqual("hello world\n"); }); - test("not running with export default class", async () => { const dir = join(realpathSync(tmpdir()), "bun-run-test2"); mkdirSync(dir, { recursive: true }); |