diff --git a/src/tests_runner/ndjson_runner.ts b/src/tests_runner/ndjson_runner.ts index d990591..3a26e0f 100644 --- a/src/tests_runner/ndjson_runner.ts +++ b/src/tests_runner/ndjson_runner.ts @@ -199,7 +199,7 @@ export class NdJsonExecutor { * Prepare the command arguments to be passed to Japa */ #prepareCommandArgs() { - const args = ['run', ...this.#options.script!.split(' '), '--', '--reporter', 'ndjson'] + const args = ['run', ...this.#options.script!.split(' '), '--', '--reporters', 'ndjson'] if (this.#options.files) { args.push('--files', unique(this.#options.files).join(','))