mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update runner.node.mjs
This commit is contained in:
@@ -127,7 +127,7 @@ const { values: options, positionals: filters } = parseArgs({
|
||||
},
|
||||
["junit"]: {
|
||||
type: "boolean",
|
||||
default: isCI, // Always enable JUnit in CI
|
||||
default: false, // Disabled for now, because it's too much $
|
||||
},
|
||||
["junit-temp-dir"]: {
|
||||
type: "string",
|
||||
|
||||
Reference in New Issue
Block a user