diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-03-11 01:52:05 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2017-03-11 01:52:05 +0800 |
commit | dc2d614da68ca851c3b1c0c108e7c2f22185751c (patch) | |
tree | af3e6a57b78e96b5d2222286acd5a4a3339dc01d /test/unit/currency-controller-test.js | |
parent | 2ab86b001dfc4ade4fc6df030175e64359b757e6 (diff) | |
download | tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.gz tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.bz2 tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.lz tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.xz tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.zst tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.zip |
Add basic tests.
Diffstat (limited to 'test/unit/currency-controller-test.js')
-rw-r--r-- | test/unit/currency-controller-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/currency-controller-test.js b/test/unit/currency-controller-test.js index dd7fa91e0..079f8b488 100644 --- a/test/unit/currency-controller-test.js +++ b/test/unit/currency-controller-test.js @@ -7,7 +7,7 @@ const rp = require('request-promise') const nock = require('nock') const CurrencyController = require('../../app/scripts/controllers/currency') -describe('config-manager', function() { +describe('currency-controller', function() { var currencyController beforeEach(function() { |