Add includeStack config to chai setup so that we get stackTraces

This commit is contained in:
Fabio Berger
2017-06-02 19:38:28 +02:00
parent c83587a16d
commit d4320fec72
4 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import {ZeroEx} from '../src/0x.js';
import {ZeroExError, Token} from '../src/types';
import {BlockchainLifecycle} from './utils/blockchain_lifecycle';
chai.config.includeStack = true;
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle();