mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
mocking updateUserConfig on autoLaunchController unit test (#630)
This commit is contained in:
parent
f65fa74057
commit
b9bc65008d
@ -13,6 +13,7 @@ jest.mock('../src/app/config-handler', () => {
|
|||||||
launchOnStartup: true,
|
launchOnStartup: true,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
|
updateUserConfig: jest.fn(),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user