aboutsummaryrefslogtreecommitdiffstats
path: root/test/0x.js_test.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-05-29 22:04:13 +0800
committerGitHub <noreply@github.com>2017-05-29 22:04:13 +0800
commitabd0228ba8b71b35ff089fc647674caa08d7a24e (patch)
tree9da41caf73bf7c924071981fcbebe4732076adcb /test/0x.js_test.ts
parent232e03195974403878f303a59f0ff8669b54f205 (diff)
parent7bd3d87f7a7d7c54b08e3e62b8075ec569498c63 (diff)
downloaddexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.tar
dexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.tar.gz
dexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.tar.bz2
dexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.tar.lz
dexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.tar.xz
dexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.tar.zst
dexon-sol-tools-abd0228ba8b71b35ff089fc647674caa08d7a24e.zip
Merge pull request #16 from 0xProject/umd-tests
Umd tests
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r--test/0x.js_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts
index b8eece5d4..289c823af 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());