mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
[mocha] Add global run function (#12136)
This commit is contained in:
committed by
Masahiro Wakame
parent
45c5bcd854
commit
7155ef2d2d
3
mocha/mocha.d.ts
vendored
3
mocha/mocha.d.ts
vendored
@@ -42,6 +42,9 @@ declare var xit: Mocha.ITestDefinition;
|
||||
declare var test: Mocha.ITestDefinition;
|
||||
declare var specify: Mocha.ITestDefinition;
|
||||
|
||||
// Used with the --delay flag; see https://mochajs.org/#hooks
|
||||
declare function run(): void;
|
||||
|
||||
interface MochaDone {
|
||||
(error?: any): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user