aboutsummaryrefslogtreecommitdiffstats
path: root/test/0x.js_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r--test/0x.js_test.ts1
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;