mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
8 lines
279 B
TypeScript
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 };
|