1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/application/electron-main/index.ts
Sebastian Malton a1f651c287
Use new @k8slens/run-many package in core
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-10 09:39:22 +02:00

8 lines
267 B
TypeScript

import { overrideSideEffectsWithFakes } from "./src/override-side-effects-with-fakes";
export * from "./src/start-application/time-slots";
export { applicationFeatureForElectronMain } from "./src/feature";
export const testUtils = { overrideSideEffectsWithFakes }