Remove only

This commit is contained in:
Leonid Logvinov
2017-07-06 15:23:55 -07:00
parent 092e0c4273
commit 2ad6a64664

View File

@@ -7,7 +7,7 @@ import {constants} from './utils/constants';
chai.config.includeStack = true;
const expect = chai.expect;
describe.only('Web3Wrapper', () => {
describe('Web3Wrapper', () => {
const web3Provider = web3Factory.create().currentProvider;
describe('#getNetworkIdIfExistsAsync', () => {
it('caches network id requests', async () => {