mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
Remove leftover todo from mjs/cjs transition (#51453)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user