@villedemontreal/logger
Version:
Logger and logging utilities
8 lines • 322 B
TypeScript
/**
* The "--no-timeouts" arg doesn't work to disable
* the Mocha timeouts (while debugging) if a timeout
* is specified in the code itself. Using this to set the
* timeouts does.
*/
export declare function timeout(mocha: Mocha.Suite | Mocha.Context, milliSec: number): void;
//# sourceMappingURL=logger.test.d.ts.map