aboutsummaryrefslogtreecommitdiffstats
path: root/test/0x.js_test.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-13 00:20:43 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-13 00:20:43 +0800
commit365548e1269cc854275a09b6235d2d096b05ee20 (patch)
treeec536cf7bdbec3e7fb45ed12c7344adc0b8d6b73 /test/0x.js_test.ts
parentb1ab696fdd16157702192e280c2e0a840950288a (diff)
downloaddexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.gz
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.bz2
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.lz
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.xz
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.zst
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.zip
Introduce index.ts file which defines public interface
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r--test/0x.js_test.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts
index f60bf01f8..42ab46cc9 100644
--- a/test/0x.js_test.ts
+++ b/test/0x.js_test.ts
@@ -4,10 +4,8 @@ import {chaiSetup} from './utils/chai_setup';
import 'mocha';
import * as BigNumber from 'bignumber.js';
import * as Sinon from 'sinon';
-import {ZeroEx} from '../src/0x';
+import {ZeroEx, Order, ECSignature} from '../src';
import {constants} from './utils/constants';
-import {Order} from '../src/types';
-import {ECSignature} from '../src/types';
import {web3Factory} from './utils/web3_factory';
chaiSetup.configure();