Skip to content

Commit 2f3d70a

Browse files
author
emersonthis
authored
Update README.md
1 parent cf60ce1 commit 2f3d70a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- `lint` = same as `check-lint` but writes the changes (`--fix`)
1818
- `ci` = run EVERYTHING
1919
* Try to minimize nesting and coupling. These make tests brittle and hard to maintain.
20-
*
2120

2221
### Jest
2322
* Unit test files for components should be siblings in the same directory with a `.test.js` suffix. Placing test code close to application code is intended to encourage testing and make it harder to forget.
@@ -35,4 +34,4 @@
3534

3635
## Resources
3736
* [Common Testing Library mistakes](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library)
38-
* [Avoid Nesting](https://kentcdodds.com/blog/avoid-nesting-when-youre-testing)
37+
* [Avoid Nesting](https://kentcdodds.com/blog/avoid-nesting-when-youre-testing)

0 commit comments

Comments
 (0)