mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
feat: allow "bun:test" utilities at runtime (#7486)
* feat: allow "bun:test" utilities at runtime * fsdafdsafd * yippee
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#define BUN_FOREACH_NATIVE_MODULE(macro) \
|
||||
macro("bun"_s, BunObject) \
|
||||
macro("bun:test"_s, BunTest) \
|
||||
macro("bun:jsc"_s, BunJSC) \
|
||||
macro("node:buffer"_s, NodeBuffer) \
|
||||
macro("node:constants"_s, NodeConstants) \
|
||||
|
||||
Reference in New Issue
Block a user