mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 22:32:06 +00:00
Fix bug in test runner
This commit is contained in:
@@ -55,7 +55,7 @@ async function runTest(path) {
|
||||
stdout,
|
||||
stderr,
|
||||
status: exitCode,
|
||||
} = spawnSync("bun", ["test", basename(path)], {
|
||||
} = spawnSync("bun", ["test", path], {
|
||||
stdio: ["ignore", "pipe", "pipe"],
|
||||
timeout: 10_000,
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user