Temporarily remove test

This commit is contained in:
Leonid Logvinov 2017-05-30 14:49:04 +02:00
parent 8c0d783ccc
commit dfcf49464b
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -98,8 +98,7 @@ describe('ExchangeWrapper', () => {
const fillAmount = new BigNumber(1); const fillAmount = new BigNumber(1);
const signedOrder = signedOrderFromJSON(OrderJSON); const signedOrder = signedOrderFromJSON(OrderJSON);
it('fillsOrder', async () => { it('fillsOrder', async () => {
const orderFillResponse = await zeroEx.exchange.fillOrderAsync(signedOrder, fillAmount); // const orderFillResponse = await zeroEx.exchange.fillOrderAsync(signedOrder, fillAmount);
console.log(orderFillResponse);
}); });
}); });
}); });