mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
Initial support for node:test (#18140)
This commit is contained in:
@@ -115,6 +115,7 @@ static constexpr ASCIILiteral builtinModuleNames[] = {
|
||||
"worker_threads"_s,
|
||||
"ws"_s,
|
||||
"zlib"_s,
|
||||
"node:test"_s,
|
||||
};
|
||||
|
||||
template<std::size_t N, class T> consteval std::size_t countof(T (&)[N])
|
||||
|
||||
Reference in New Issue
Block a user