mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
The mocha options are optional
This was frustrating before if you wanted to use gulp mocha without customization.
This commit is contained in:
Vendored
+1
-1
@@ -7,6 +7,6 @@
|
||||
/// <reference path="../node/node.d.ts"/>
|
||||
|
||||
declare module "gulp-mocha" {
|
||||
function mocha(setupOptions: MochaSetupOptions): NodeJS.ReadWriteStream;
|
||||
function mocha(setupOptions?: MochaSetupOptions): NodeJS.ReadWriteStream;
|
||||
export = mocha;
|
||||
}
|
||||
Reference in New Issue
Block a user