|
|
|
@ -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 () { |
|
|
|
|