mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
8 lines
267 B
TypeScript
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 }
|