Commit 8aa211e
committed
📝 Clarify that integration tests require bun x jest
Add note to Testing section that tests in tests/ folder must be run with
'bun x jest' (not 'bun test') since they use Jest as the test runner.
Unit tests in src/ use bun test, integration tests in tests/ use Jest.
Generated with `cmux`1 parent 4da5eb9 commit 8aa211e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
0 commit comments