aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/global_hooks.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-15 03:48:46 +0800
committerFabio Berger <me@fabioberger.com>2018-05-15 03:48:46 +0800
commitd0905eda496864096f5a64b1e2c1c05b575be904 (patch)
tree86813449bbd72994f6e9ecf1a0fe6d4ddf8197d1 /packages/contract-wrappers/test/global_hooks.ts
parent7c023233f201852c7f20117b2a358f47e462ae1a (diff)
downloaddexon-0x-contracts-d0905eda496864096f5a64b1e2c1c05b575be904.tar.gz
dexon-0x-contracts-d0905eda496864096f5a64b1e2c1c05b575be904.tar.zst
dexon-0x-contracts-d0905eda496864096f5a64b1e2c1c05b575be904.zip
Fix TSLint issues
Diffstat (limited to 'packages/contract-wrappers/test/global_hooks.ts')
-rw-r--r--packages/contract-wrappers/test/global_hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contract-wrappers/test/global_hooks.ts b/packages/contract-wrappers/test/global_hooks.ts
index 88f202761..53b3ef545 100644
--- a/packages/contract-wrappers/test/global_hooks.ts
+++ b/packages/contract-wrappers/test/global_hooks.ts
@@ -5,7 +5,7 @@ import * as path from 'path';
import { constants } from './utils/constants';
import { provider } from './utils/web3_wrapper';
-before('migrate contracts', async function() {
+before('migrate contracts', async function(): Promise<void> {
// HACK: Since the migrations take longer then our global mocha timeout limit
// we manually increase it for this before hook.
this.timeout(20000);