node:module compatibility pt 1 (#18106)

This commit is contained in:
chloe caruso
2025-03-12 15:47:41 -07:00
committed by GitHub
parent d2ecce272c
commit 85376147a4
29 changed files with 483 additions and 159 deletions

View File

@@ -262,7 +262,7 @@ async function runTests() {
await runTest(title, async () => {
const { ok, error, stdout } = await spawnBun(execPath, {
cwd: cwd,
args: [subcommand, "--config=./bunfig.node-test.toml", absoluteTestPath],
args: [subcommand, "--config=" + join(import.meta.dirname, "../bunfig.node-test.toml"), absoluteTestPath],
timeout: getNodeParallelTestTimeout(title),
env: {
FORCE_COLOR: "0",