Remove .only

This commit is contained in:
Jaco Greeff 2016-12-08 17:04:21 +01:00 committed by GitHub
parent 507b4b68a1
commit ae49251c81
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const TRANSACTIONS = {
'0x456': { blockNumber: new BigNumber(0) }
};
describe.only('ui/TxList/store', () => {
describe('ui/TxList/store', () => {
let api;
let store;