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 9c61c3e10..5dbb781ab 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -3,8 +3,8 @@ import * as chai from 'chai'; import 'mocha'; import * as BigNumber from 'bignumber.js'; import ChaiBigNumber = require('chai-bignumber'); -import {ZeroEx} from '../src/ts/0x.js'; -import {constants} from '../src/ts/utils/constants'; +import {ZeroEx} from '../src/0x.js'; +import {constants} from '../src/utils/constants'; // Use BigNumber chai add-on chai.use(ChaiBigNumber()); |