Remove .only from describe

This commit is contained in:
Leonid Logvinov
2017-06-26 10:34:45 -07:00
parent efb5556e4e
commit e780664b40

View File

@@ -12,7 +12,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle();
describe.only('EtherTokenWrapper', () => {
describe('EtherTokenWrapper', () => {
let web3: Web3;
let zeroEx: ZeroEx;
let userAddresses: string[];