remove comment

This commit is contained in:
Fabio Berger
2017-06-01 17:03:39 +02:00
parent 8193d0f5b2
commit 59bc13c188

View File

@@ -10,7 +10,6 @@ import {constants} from './utils/constants';
import {web3Factory} from './utils/web3_factory';
import {Order} from '../src/types';
// Use BigNumber chai add-on
chai.use(ChaiBigNumber());
chai.use(dirtyChai);
const expect = chai.expect;