aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/currency-controller-test.js
diff options
context:
space:
mode:
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')