mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
node:module compatibility pt 1 (#18106)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user