From 1ca86730fac5d264dcde3260dc2991b2695ad734 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 19 Apr 2018 10:37:13 +0900 Subject: Remove hack above migrations package --- packages/0x.js/test/global_hooks.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/0x.js/test/global_hooks.ts b/packages/0x.js/test/global_hooks.ts index d5062a3a1..e3c986524 100644 --- a/packages/0x.js/test/global_hooks.ts +++ b/packages/0x.js/test/global_hooks.ts @@ -1,6 +1,3 @@ -// HACK: This dependency is optional since it is only available when run from within -// the monorepo. tslint doesn't handle optional dependencies -// tslint:disable-next-line:no-implicit-dependencies import { runMigrationsAsync } from '@0xproject/migrations'; import { deployer } from './utils/deployer'; -- cgit v1.2.3