Skip to content

Commit dac27d5

Browse files
committed
Update workers.js
1 parent 4e16914 commit dac27d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/workers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const createWorkerObjects = (testGroups, config, testRoot, options, selectedRuns
9797

9898
const currentOutputFolder = config.output;
9999
const currentMochawesomeReportDir = config.mocha.reporterOptions?.mochawesome.options.reportDir;
100-
const currentMochaJunitReporterFile = config.mocha.reporterOptions?["mocha-junit-reporter"].options.mochaFile;
100+
const currentMochaJunitReporterFile = config.mocha.reporterOptions["mocha-junit-reporter"].options.mochaFile;
101101

102102
collection.createRuns(selectedRuns, config).forEach((worker) => {
103103
const _config = { ...config };

0 commit comments

Comments
 (0)