mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
mocha.d.ts: Boolean should be boolean.
This commit is contained in:
parent
0c2ee8583c
commit
c7b467e42e
4
mocha/mocha.d.ts
vendored
4
mocha/mocha.d.ts
vendored
@ -37,10 +37,10 @@ interface MochaSetupOptions {
|
||||
reporter?: any;
|
||||
|
||||
// bail on the first test failure
|
||||
bail?: Boolean;
|
||||
bail?: boolean;
|
||||
|
||||
// ignore global leaks
|
||||
ignoreLeaks?: Boolean;
|
||||
ignoreLeaks?: boolean;
|
||||
|
||||
// grep string or regexp to filter tests with
|
||||
grep?: any;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user