aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/event-emitter.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/event-emitter.test.ts')
-rw-r--r--test/bun.js/event-emitter.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bun.js/event-emitter.test.ts b/test/bun.js/event-emitter.test.ts
index 952805cf8..f7c73e66a 100644
--- a/test/bun.js/event-emitter.test.ts
+++ b/test/bun.js/event-emitter.test.ts
@@ -1,4 +1,5 @@
import { test, describe, expect } from "bun:test";
+import fs from "node:fs";
// this is also testing that imports with default and named imports in the same statement work
// our transpiler transform changes this to a var with import.meta.require