mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
9 lines
433 B
TypeScript
9 lines
433 B
TypeScript
import { overrideSideEffectsWithFakes } from "./src/override-side-effects-with-fakes";
|
|
|
|
export { beforeElectronIsReadyInjectionToken } from "./src/start-application/timeslots/before-electron-is-ready-injection-token";
|
|
export { beforeAnythingInjectionToken } from "./src/start-application/timeslots/before-anything-injection-token";
|
|
|
|
export { feature } from "./src/feature";
|
|
|
|
export const testUtils = { overrideSideEffectsWithFakes }
|