mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix type error in base-store tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
846236452c
commit
a4ae7c0b41
@ -98,6 +98,7 @@ describe("BaseStore", () => {
|
||||
getConfigurationFileModel: mainDi.inject(getConfigurationFileModelInjectable),
|
||||
logger: mainDi.inject(loggerInjectable),
|
||||
storeMigrationVersion: mainDi.inject(storeMigrationVersionInjectable),
|
||||
migrations: {},
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user