We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089aa3e commit eb270c4Copy full SHA for eb270c4
Sources/IssueReporting/Documentation.docc/Articles/CreatingTestHelpers.md
@@ -5,6 +5,8 @@ Learn how to build testing tools in your libraries using IssueReporting.
5
## Overview
6
7
It is common for libraries to provide a set of tools that help one test code that is using said
8
-library. For example, in the [Composable Architecture][tca-gh]
+library. For example, in the [Composable Architecture][tca-gh] we provide a `TestStore` tool that
9
+allows one to test their features. It allows you to send actions to the store and assert on how
10
+state changes.
11
12
[tca-gh]: https://github.com/pointfreeco/swift-composable-architecture
0 commit comments