mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
@@ -26,6 +26,10 @@ test("Module exists", () => {
|
||||
expect(Module).toBeDefined();
|
||||
});
|
||||
|
||||
test("module.Module exists", () => {
|
||||
expect(Module.Module === Module).toBeTrue();
|
||||
});
|
||||
|
||||
test("_nodeModulePaths() works", () => {
|
||||
expect(() => {
|
||||
_nodeModulePaths();
|
||||
|
||||
Reference in New Issue
Block a user