diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-03 01:38:28 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-03 01:38:28 +0800 |
commit | d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1 (patch) | |
tree | 4835a4f01d3b1348c845385524fd0f5f0de90aa2 /test/0x.js_test.ts | |
parent | c83587a16d016d1efafaf31abb9b39eb54128568 (diff) | |
download | dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.tar dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.tar.gz dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.tar.bz2 dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.tar.lz dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.tar.xz dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.tar.zst dexon-sol-tools-d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1.zip |
Add includeStack config to chai setup so that we get stackTraces
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index efc703ea1..9196d3df3 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -10,6 +10,7 @@ import {constants} from './utils/constants'; import {web3Factory} from './utils/web3_factory'; import {Order} from '../src/types'; +chai.config.includeStack = true; chai.use(ChaiBigNumber()); chai.use(dirtyChai); const expect = chai.expect; |