aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/notice-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/notice-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/notice-controller-test.js')
-rw-r--r--test/unit/notice-controller-test.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/notice-controller-test.js b/test/unit/notice-controller-test.js
index 7eef615d5..09eeda15c 100644
--- a/test/unit/notice-controller-test.js
+++ b/test/unit/notice-controller-test.js
@@ -1,10 +1,6 @@
const assert = require('assert')
-// const extend = require('xtend')
-// const rp = require('request-promise')
-// const nock = require('nock')
const configManagerGen = require('../lib/mock-config-manager')
const NoticeController = require('../../app/scripts/notice-controller')
-// const STORAGE_KEY = 'metamask-persistence-key'
describe('notice-controller', function () {
var noticeController