Skip to content

Commit

Permalink
update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Jul 29, 2024
1 parent e942b05 commit f5caff2
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 16 deletions.
202 changes: 187 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion qase-mocha/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class MochaQaseReporter extends reporters.Base {
});

if (options.parallel) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
options.require = [...(options.require ?? []), resolveParallelModeSetupFile()];
} else {
this.applyListeners();
Expand Down Expand Up @@ -153,7 +154,7 @@ export class MochaQaseReporter extends reporters.Base {
run_id: null,
signature: this.getSignature(test, ids),
steps: this.currentTest.steps,
id: test.id,
id: '',
execution: {
status: test.state
? MochaQaseReporter.statusMap[test.state]
Expand Down

0 comments on commit f5caff2

Please sign in to comment.