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

test - actions - remove commented code

This commit is contained in:
kumavis 2017-08-03 20:53:47 -07:00 committed by GitHub
parent 500e7d1f04
commit efb7543c6d

View File

@ -48,8 +48,6 @@ describe('tx confirmation screen', function () {
cancelTransaction (txId, cb) { cb() },
clearSeedWordCache (cb) { cb() },
})
// var dispatchExpect = sinon.mock()
// dispatchExpect.once()
let action
actions.cancelTx({value: firstTxId})((dispatchAction) => {