mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
feat: allow "bun:test" utilities at runtime (#7486)
* feat: allow "bun:test" utilities at runtime * fsdafdsafd * yippee
This commit is contained in:
@@ -6,7 +6,7 @@ import path from "path";
|
||||
|
||||
test("builtinModules exists", () => {
|
||||
expect(Array.isArray(builtinModules)).toBe(true);
|
||||
expect(builtinModules).toHaveLength(76);
|
||||
expect(builtinModules).toHaveLength(77);
|
||||
});
|
||||
|
||||
test("isBuiltin() works", () => {
|
||||
|
||||
Reference in New Issue
Block a user