Initial support for node:test (#18140)

This commit is contained in:
Ashcon Partovi
2025-03-19 11:49:00 -07:00
committed by GitHub
parent 21a42a0dee
commit 6e1f1c4da7
39 changed files with 1456 additions and 397 deletions

View File

@@ -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])