aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/node-module-module.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/node-module-module.test.js')
-rw-r--r--test/bun.js/node-module-module.test.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/bun.js/node-module-module.test.js b/test/bun.js/node-module-module.test.js
deleted file mode 100644
index 549b5e085..000000000
--- a/test/bun.js/node-module-module.test.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { expect, test } from "bun:test";
-
-test("module.globalPaths exists", () => {
- expect(Array.isArray(require("module").globalPaths)).toBe(true);
-});