Skip to content

Commit

Permalink
Remove leftover todo from mjs/cjs transition (microsoft#51453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Nov 8, 2022
1 parent 555d174 commit 6a3b499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/failed-tests.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const os = require("os");
file?: string;
keepFailed?: boolean;
reporter?: Mocha.ReporterConstructor | keyof Mocha.reporters;
reporterOptions?: any; // TODO(jakebailey): what?
reporterOptions?: any;
}} ReporterOptions */
void 0;

Expand Down
2 changes: 1 addition & 1 deletion scripts/failed-tests.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export = FailedTestsReporter;
file?: string;
keepFailed?: boolean;
reporter?: Mocha.ReporterConstructor | keyof Mocha.reporters;
reporterOptions?: any; // TODO(jakebailey): what?
reporterOptions?: any;
}} ReporterOptions */
/**
* .failed-tests reporter
Expand Down

0 comments on commit 6a3b499

Please sign in to comment.