@0x/contracts-exchange: Enable all exchange tests.

This commit is contained in:
Lawrence Forman
2019-05-16 15:52:49 -04:00
committed by Amir Bandeali
parent 1ab62b7a80
commit 79f40b4ce0

View File

@@ -31,7 +31,7 @@ const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
chaiSetup.configure();
const expect = chai.expect;
describe.only('matchOrders', () => {
describe('matchOrders', () => {
let chainId: number;
let makerAddressLeft: string;
let makerAddressRight: string;