aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-08-04 11:53:47 +0800
committerGitHub <noreply@github.com>2017-08-04 11:53:47 +0800
commitefb7543c6dba8a0a37044c1799a9aa906425ebd6 (patch)
treee0dea56b60398b5e7f407ae272e9129c281baec6 /test
parent500e7d1f04e72558fa8eb4aee60c24e5d7b71a94 (diff)
downloadtangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.tar
tangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.tar.gz
tangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.tar.bz2
tangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.tar.lz
tangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.tar.xz
tangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.tar.zst
tangerine-wallet-browser-efb7543c6dba8a0a37044c1799a9aa906425ebd6.zip
test - actions - remove commented code
Diffstat (limited to 'test')
-rw-r--r--test/unit/actions/tx_test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/actions/tx_test.js b/test/unit/actions/tx_test.js
index 4561082fd..267cfee97 100644
--- a/test/unit/actions/tx_test.js
+++ b/test/unit/actions/tx_test.js
@@ -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) => {