Skip to content

Commit eb270c4

Browse files
committed
wip
1 parent 089aa3e commit eb270c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/IssueReporting/Documentation.docc/Articles/CreatingTestHelpers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Learn how to build testing tools in your libraries using IssueReporting.
55
## Overview
66

77
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]
8+
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.
911

1012
[tca-gh]: https://github.com/pointfreeco/swift-composable-architecture

0 commit comments

Comments
 (0)