Remove leftover todo from mjs/cjs transition (#51453)

This commit is contained in:
Jake Bailey
2022-11-08 12:23:30 -08:00
committed by GitHub
parent 555d174c46
commit 6a3b4991f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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