Skip to content

Commit

Permalink
fix: export runSubscription function (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Sep 23, 2023
1 parent da58b13 commit 0cc7d4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Testing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand All @@ -19,4 +20,5 @@ export {
getUpdateFn,
initAndExecCmd,
renderWithModel,
runSubscription,
};

0 comments on commit 0cc7d4c

Please sign in to comment.