Remove only

This commit is contained in:
Jacob Evans 2017-11-20 10:45:40 +11:00
parent 7b373e29ea
commit c8f6e3f923

View File

@ -32,7 +32,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle();
describe.only('OrderStateWatcher', () => {
describe('OrderStateWatcher', () => {
let web3: Web3;
let zeroEx: ZeroEx;
let tokens: Token[];