You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testing/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@
17
17
- `lint` = same as `check-lint` but writes the changes (`--fix`)
18
18
- `ci` = run EVERYTHING
19
19
* Try to minimize nesting and coupling. These make tests brittle and hard to maintain.
20
-
*
21
20
22
21
### Jest
23
22
* 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.
0 commit comments