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
Janne Savolainen d5b496e886
Skip coverage for test utils
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-21 09:28:21 +02:00

8 lines
279 B
TypeScript

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