Skip to content

Commit

Permalink
Update guides/long-vs-short.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-zah authored Dec 10, 2024
1 parent 51bb364 commit 17296f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/long-vs-short.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Octomind is designed with short test cases in mind, and here's why they work so
4. **Simple test maintenance:**
Short tests are easier to maintain:
- Manual updates are quick and contained.
- Changes in one test case don't ripple unnecessarily into others.
- Changes in one flow in your app don't ripple into multiple test cases.
- Your team will appreciate the clarity, as each test focuses on a specific functionality or route through the app.
5. **Improved collaboration in your team:**
Short tests are easier for others to understand at a glance. Anyone reviewing your test suite can see exactly what each test does, where it starts, and how it fits into the broader testing strategy.
Expand Down

0 comments on commit 17296f4

Please sign in to comment.