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

woops - remove .only

Co-authored-by: @jennypollack
This commit is contained in:
frankiebee 2018-06-25 15:16:27 -07:00
parent 650cef103e
commit 7b1f57e05d

View File

@ -289,7 +289,7 @@ describe('TransactionStateManager', function () {
}) })
}) })
describe.only('#_removeTx', function () { describe('#_removeTx', function () {
it('should remove the transaction from the storage', () => { it('should remove the transaction from the storage', () => {
txStateManager._saveTxList([ {id: 1} ]) txStateManager._saveTxList([ {id: 1} ])
txStateManager._removeTx(1) txStateManager._removeTx(1)