From d4320fec724c5bf34e7dcd006cba8ffe7a3c76d1 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 2 Jun 2017 19:38:28 +0200 Subject: Add includeStack config to chai setup so that we get stackTraces --- test/0x.js_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test/0x.js_test.ts') 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; -- cgit v1.2.3