diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-10-24 21:40:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 21:40:50 +0800 |
commit | 3deac0f100e85ff4a1df2363edc41cff40a40262 (patch) | |
tree | a2fa218dfd160986d39a2281a6748c325ebba2d1 /test/0x.js_test.ts | |
parent | fab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff) | |
parent | 641d3b75eadf8f3330d60ca26b7edc06a871219c (diff) | |
download | dexon-0x-contracts-3deac0f100e85ff4a1df2363edc41cff40a40262.tar.gz dexon-0x-contracts-3deac0f100e85ff4a1df2363edc41cff40a40262.tar.zst dexon-0x-contracts-3deac0f100e85ff4a1df2363edc41cff40a40262.zip |
Merge pull request #198 from 0xProject/revert-195-minification
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index 0c1d1a68d..dd5dd19b1 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -1,4 +1,4 @@ -import {_} from '../src/utils/lodash'; +import * as _ from 'lodash'; import * as chai from 'chai'; import {chaiSetup} from './utils/chai_setup'; import 'mocha'; |