diff --git a/src/Testing/index.ts b/src/Testing/index.ts index 18aba09..ead3d5b 100644 --- a/src/Testing/index.ts +++ b/src/Testing/index.ts @@ -6,6 +6,7 @@ import { getCreateModelAndProps, getCreateUpdateArgs } from "./getCreateUpdateAr import { getUpdateAndExecCmdFn, getUpdateFn } from "./getUpdateFn"; import { initAndExecCmd } from "./initAndExecCmd"; import { renderWithModel } from "./renderWithModel"; +import { runSubscription } from "./runSubscription"; export type { ModelAndPropsFactory, RenderWithModelOptions, UpdateArgsFactory }; @@ -19,4 +20,5 @@ export { getUpdateFn, initAndExecCmd, renderWithModel, + runSubscription, };