1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Using noop to not lose it

This commit is contained in:
Thomas 2018-02-27 15:51:14 -08:00
parent b2f53fa354
commit f9de87af51

View File

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