diff options
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index b8e387f04..e50a6018c 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -1,5 +1,5 @@ -import each from 'lodash/each'; -import assign from 'lodash/assign'; +import each = require('lodash/each'); +import assign = require('lodash/assign'); import * as chai from 'chai'; import {chaiSetup} from './utils/chai_setup'; import 'mocha'; |