mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
no-redeclare
This commit is contained in:
3
scripts/failed-tests.d.ts
vendored
3
scripts/failed-tests.d.ts
vendored
@@ -12,6 +12,7 @@ declare class FailedTestsReporter extends Mocha.reporters.Base {
|
||||
done(failures: number, fn?: (failures: number) => void): void;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-redeclare
|
||||
declare namespace FailedTestsReporter {
|
||||
interface ReporterOptions {
|
||||
file?: string;
|
||||
@@ -19,4 +20,4 @@ declare namespace FailedTestsReporter {
|
||||
reporter?: string | Mocha.ReporterConstructor;
|
||||
reporterOptions?: any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user