1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

remove .only

This commit is contained in:
frankiebee 2017-08-07 16:41:54 -04:00
parent f3b42f1e33
commit 28fbdca830

View File

@ -224,7 +224,7 @@ describe('PendingTransactionWatcher', function () {
pendingTxWatcher.resubmitPendingTxs()
})
})
describe.only('#_resubmitTx with a too-low balance', function () {
describe('#_resubmitTx with a too-low balance', function () {
it('should return before publishing the transaction because to low of balance', function (done) {
const lowBalance = '0x0'
pendingTxWatcher.getBalance = (address) => {