aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-14 17:31:41 +0800
committerDan <danjm.com@gmail.com>2018-05-14 17:31:41 +0800
commitc2ed2d4e5003abd01552570452a5b0b38626abca (patch)
tree4d5e0a96cb75f3fdb2812e11c10a61b2e0a68d32 /ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js
parent145e53b404af6adb49fba2636474455aba86ff81 (diff)
downloadtangerine-wallet-browser-c2ed2d4e5003abd01552570452a5b0b38626abca.tar.gz
tangerine-wallet-browser-c2ed2d4e5003abd01552570452a5b0b38626abca.tar.zst
tangerine-wallet-browser-c2ed2d4e5003abd01552570452a5b0b38626abca.zip
Lint fixes
Diffstat (limited to 'ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js')
-rw-r--r--ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js b/ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js
index 4f884eb69..8355ebf10 100644
--- a/ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js
+++ b/ui/app/components/send_/send-content/send-amount-row/tests/send-amount-row-component.test.js
@@ -14,8 +14,6 @@ const propsMethodSpies = {
updateSendAmountError: sinon.spy(),
}
-const MOCK_EVENT = { preventDefault: () => {} }
-
sinon.spy(SendAmountRow.prototype, 'handleAmountChange')
sinon.spy(SendAmountRow.prototype, 'validateAmount')