We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555d174 commit 6a3b499Copy full SHA for 6a3b499
scripts/failed-tests.cjs
@@ -8,7 +8,7 @@ const os = require("os");
8
file?: string;
9
keepFailed?: boolean;
10
reporter?: Mocha.ReporterConstructor | keyof Mocha.reporters;
11
- reporterOptions?: any; // TODO(jakebailey): what?
+ reporterOptions?: any;
12
}} ReporterOptions */
13
void 0;
14
scripts/failed-tests.d.cts
@@ -3,7 +3,7 @@ export = FailedTestsReporter;
3
4
5
6
7
/**
* .failed-tests reporter
0 commit comments