Skip to content

Commit 58b6f40

Browse files
committed
fix: concat options.scriptArgs to args passed to Japa
1 parent 1a51b74 commit 58b6f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class TestRunner {
8282
.flat(1)
8383
)
8484

85-
this.#scriptArgs = this.#convertOptionsToArgs()
85+
this.#scriptArgs = this.#convertOptionsToArgs().concat(this.#options.scriptArgs)
8686
this.#initialFiltersArgs = this.#convertFiltersToArgs(this.#options.filters)
8787
}
8888

0 commit comments

Comments
 (0)