mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add missing todo
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
ff9e9bd169
commit
f089d5c9e6
@ -76,6 +76,7 @@ const setupPathForUserData = (di: DependencyInjectionContainer) => {
|
|||||||
setElectronAppPath("userData", path.join(appDataPath, appName));
|
setElectronAppPath("userData", path.join(appDataPath, appName));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Todo: this kludge is here only until we have a proper place to setup integration testing.
|
||||||
const setupPathForAppDataInIntegrationTesting = (di: DependencyInjectionContainer, appDataPath: string) => {
|
const setupPathForAppDataInIntegrationTesting = (di: DependencyInjectionContainer, appDataPath: string) => {
|
||||||
const setElectronAppPath = di.inject(setElectronAppPathInjectable);
|
const setElectronAppPath = di.inject(setElectronAppPathInjectable);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user