Commit 538a9ad
fix: 🐛 remove extra -- in Jest test commands
Changed from: pnpm test -- --ci
Changed to: pnpm test --ci
The extra -- caused Jest to interpret flags as test patterns
instead of actual command flags, resulting in "No tests found".
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9a9c29d commit 538a9ad
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
0 commit comments