Remove only

This commit is contained in:
Leonid Logvinov
2018-02-05 16:11:09 +01:00
parent ae209677de
commit fd5e231a93

View File

@@ -22,7 +22,7 @@ const web3 = web3Factory.create();
const web3Wrapper = new Web3Wrapper(web3.currentProvider);
const blockchainLifecycle = new BlockchainLifecycle();
describe.only('Arbitrage', () => {
describe('Arbitrage', () => {
let coinbase: string;
let maker: string;
let edMaker: string;