Commit 29be5e6
Add missing jest-junit dependency to node-renderer package
The CI script for react-on-rails-pro-node-renderer was failing because
jest-junit was not installed as a devDependency, even though the CI
script referenced it as a reporter.
Changes:
- Add jest-junit ^16.0.0 to devDependencies in node-renderer package.json
- Add junit.xml to .gitignore (test output file)
Fixes CI error:
Error: Could not resolve a module for a custom reporter.
Module name: jest-junit
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6629532 commit 29be5e6
File tree
3 files changed
+29
-0
lines changed- packages/react-on-rails-pro-node-renderer
3 files changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5373 | 5373 | | |
5374 | 5374 | | |
5375 | 5375 | | |
| 5376 | + | |
| 5377 | + | |
| 5378 | + | |
| 5379 | + | |
| 5380 | + | |
| 5381 | + | |
| 5382 | + | |
| 5383 | + | |
| 5384 | + | |
| 5385 | + | |
5376 | 5386 | | |
5377 | 5387 | | |
5378 | 5388 | | |
| |||
6230 | 6240 | | |
6231 | 6241 | | |
6232 | 6242 | | |
| 6243 | + | |
| 6244 | + | |
| 6245 | + | |
| 6246 | + | |
| 6247 | + | |
6233 | 6248 | | |
6234 | 6249 | | |
6235 | 6250 | | |
| |||
8216 | 8231 | | |
8217 | 8232 | | |
8218 | 8233 | | |
| 8234 | + | |
| 8235 | + | |
| 8236 | + | |
| 8237 | + | |
| 8238 | + | |
8219 | 8239 | | |
8220 | 8240 | | |
8221 | 8241 | | |
| |||
8488 | 8508 | | |
8489 | 8509 | | |
8490 | 8510 | | |
| 8511 | + | |
| 8512 | + | |
| 8513 | + | |
| 8514 | + | |
| 8515 | + | |
8491 | 8516 | | |
8492 | 8517 | | |
8493 | 8518 | | |
| |||
0 commit comments