mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
js: no longer provide our own 'detect-libc' (#18138)
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