diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-29 17:50:03 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-29 17:50:03 +0800 |
commit | 405857fa8137eeb45a690ccd18ce2281bf3a7319 (patch) | |
tree | b2489fa6a86fe59e2487eaaefb2aac9dbea80431 /test/0x.js_test.ts | |
parent | 3819030a40af3d1cd2a9afddb125055c7e1e1ace (diff) | |
download | dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.gz dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.bz2 dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.lz dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.xz dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.zst dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.zip |
Use constants from test utils
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 5dbb781ab..7106b6a7a 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -4,7 +4,7 @@ import 'mocha'; import * as BigNumber from 'bignumber.js'; import ChaiBigNumber = require('chai-bignumber'); import {ZeroEx} from '../src/0x.js'; -import {constants} from '../src/utils/constants'; +import {constants} from './utils/constants'; // Use BigNumber chai add-on chai.use(ChaiBigNumber()); |