Use make-promises-safe as a preloader instead of manually importing

This commit is contained in:
Alex Browne
2018-06-21 19:17:33 -07:00
parent 7c0fdc7ecf
commit 4012e31115
71 changed files with 17 additions and 72 deletions

View File

@@ -2,7 +2,6 @@ import { BlockchainLifecycle } from '@0xproject/dev-utils';
import { BlockParamLiteral, Token } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import * as chai from 'chai';
import 'make-promises-safe';
import { ContractWrappers, ExchangeContractErrs } from '../src';
import { BalanceAndProxyAllowanceLazyStore } from '../src/stores/balance_proxy_allowance_lazy_store';