Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/02.test-structure/04.problem.hooks/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ This problem illustrates the importance of the testing setup for the quality of

<callout-success class="important">A test must fail if, and only if, the intention behind the system is not met.</callout-success>

🦉 It's a fantastic rule to keep in mind when writing tests. Learn more about [The Golden Rule of Assertion](https://www.epicweb.dev/the-golden-rule-of-assertions) and how it can help you write better tests every single tim.
🦉 It's a fantastic rule to keep in mind when writing tests. Learn more about [The Golden Rule of Assertion](https://www.epicweb.dev/the-golden-rule-of-assertions) and how it can help you write better tests every single time.
Loading