aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyring-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/keyring-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/keyring-controller-test.js')
-rw-r--r--test/unit/keyring-controller-test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/keyring-controller-test.js b/test/unit/keyring-controller-test.js
index f7e2ec89d..2d9a53723 100644
--- a/test/unit/keyring-controller-test.js
+++ b/test/unit/keyring-controller-test.js
@@ -3,9 +3,7 @@ const KeyringController = require('../../app/scripts/keyring-controller')
const configManagerGen = require('../lib/mock-config-manager')
const ethUtil = require('ethereumjs-util')
const BN = ethUtil.BN
-// const async = require('async')
const mockEncryptor = require('../lib/mock-encryptor')
-// const MockSimpleKeychain = require('../lib/mock-simple-keychain')
const sinon = require('sinon')
describe('KeyringController', function () {