Skip to content

Commit 1402856

Browse files
export mock synapse (#178)
## 📬 Changes [In your documentation you mention](https://docs.digital-alchemy.app/docs/home-automation/testing/synapse#lib_mock_synapse) a helper library that helps synapse work with tests. We can't use it though, because its not been exported from the package. This PR fixes that.
1 parent a01181f commit 1402856

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from "./helpers/index.mts";
2+
export * from "./mock/mock-synapse.module.mts";
23
export * from "./services/index.mts";
34
export * from "./synapse.module.mts";

0 commit comments

Comments
 (0)