mocking updateUserConfig on autoLaunchController unit test (#630)

This commit is contained in:
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS 2019-04-08 12:51:55 -03:00 committed by Vishwas Shashidhar
parent f65fa74057
commit b9bc65008d

View File

@ -13,6 +13,7 @@ jest.mock('../src/app/config-handler', () => {
launchOnStartup: true, launchOnStartup: true,
}; };
}), }),
updateUserConfig: jest.fn(),
}, },
}; };
}); });