Using noop to not lose it

This commit is contained in:
Thomas 2018-02-27 15:51:14 -08:00
parent b2f53fa354
commit f9de87af51
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe('# Network Controller', function () {
let networkController
const noop = () => {}
const networkControllerProviderInit = {
getAccounts: () => {},
getAccounts: noop,
}
beforeEach(function () {