aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/order_factory.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-24 21:40:38 +0800
committerGitHub <noreply@github.com>2017-10-24 21:40:38 +0800
commit641d3b75eadf8f3330d60ca26b7edc06a871219c (patch)
treea2fa218dfd160986d39a2281a6748c325ebba2d1 /test/utils/order_factory.ts
parentfab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff)
downloaddexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.gz
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.bz2
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.lz
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.xz
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.zst
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.zip
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'test/utils/order_factory.ts')
-rw-r--r--test/utils/order_factory.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/order_factory.ts b/test/utils/order_factory.ts
index 30a6f376a..fc4adebd9 100644
--- a/test/utils/order_factory.ts
+++ b/test/utils/order_factory.ts
@@ -1,4 +1,4 @@
-import {_} from '../../src/utils/lodash';
+import * as _ from 'lodash';
import * as BigNumber from 'bignumber.js';
import {ZeroEx, SignedOrder} from '../../src';