mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Reorganize tests (#2332)
This commit is contained in:
5
test/js/node/module/node-module-module.test.js
Normal file
5
test/js/node/module/node-module-module.test.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("module.globalPaths exists", () => {
|
||||
expect(Array.isArray(require("module").globalPaths)).toBe(true);
|
||||
});
|
||||
Reference in New Issue
Block a user