1
0
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:
Iku-turso 2022-01-05 15:57:31 +02:00 committed by Janne Savolainen
parent ff9e9bd169
commit f089d5c9e6
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -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);