We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a51b74 commit 58b6f40Copy full SHA for 58b6f40
src/test_runner.ts
@@ -82,7 +82,7 @@ export class TestRunner {
82
.flat(1)
83
)
84
85
- this.#scriptArgs = this.#convertOptionsToArgs()
+ this.#scriptArgs = this.#convertOptionsToArgs().concat(this.#options.scriptArgs)
86
this.#initialFiltersArgs = this.#convertFiltersToArgs(this.#options.filters)
87
}
88
0 commit comments