aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/currency-controller-test.js
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-05-05 06:06:27 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-05-05 06:06:27 +0800
commit9bd7d06c4f3aab94308335f2e13c01bcca88eb4b (patch)
treea6584b15121ed5bc6c3ddf3465c6bfeb81e585f5 /test/unit/currency-controller-test.js
parent0b13429daf00ddd5bdf2705c7a95d7a9d5792f54 (diff)
downloadtangerine-wallet-browser-9bd7d06c4f3aab94308335f2e13c01bcca88eb4b.tar.gz
tangerine-wallet-browser-9bd7d06c4f3aab94308335f2e13c01bcca88eb4b.tar.zst
tangerine-wallet-browser-9bd7d06c4f3aab94308335f2e13c01bcca88eb4b.zip
Remove unused modules and STORAGE_KEY
Diffstat (limited to 'test/unit/currency-controller-test.js')
-rw-r--r--test/unit/currency-controller-test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/currency-controller-test.js b/test/unit/currency-controller-test.js
index 40868912c..cfbce7fb3 100644
--- a/test/unit/currency-controller-test.js
+++ b/test/unit/currency-controller-test.js
@@ -2,8 +2,6 @@
global.fetch = global.fetch || require('isomorphic-fetch')
const assert = require('assert')
-// const extend = require('xtend')
-// const rp = require('request-promise')
const nock = require('nock')
const CurrencyController = require('../../app/scripts/controllers/currency')