renamed to asset-swapper
This commit is contained in:
6
packages/asset-swapper/test/global_hooks.ts
Normal file
6
packages/asset-swapper/test/global_hooks.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
before('set up mocha', async function(): Promise<void> {
|
||||
// HACK: Since the migrations take longer then our global mocha timeout limit
|
||||
// we manually increase it for this before hook.
|
||||
const mochaTestTimeoutMs = 25000;
|
||||
this.timeout(mochaTestTimeoutMs); // tslint:disable-line:no-invalid-this
|
||||
});
|
Reference in New Issue
Block a user