mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
require.resolve with paths option (#18851)
This commit is contained in:
@@ -5,7 +5,7 @@ import path from "path";
|
||||
|
||||
test("builtinModules exists", () => {
|
||||
expect(Array.isArray(builtinModules)).toBe(true);
|
||||
expect(builtinModules).toHaveLength(77);
|
||||
expect(builtinModules).toHaveLength(76);
|
||||
});
|
||||
|
||||
test("isBuiltin() works", () => {
|
||||
|
||||
Reference in New Issue
Block a user