Commit 6819c25
committed
fix: remove uninstalled jest-html-reporter from config
Comment out jest-html-reporter configuration since the package
is not installed. This fixes the "Could not resolve a module for
a custom reporter" error in CI/CD.
The reporter can be re-enabled if needed by installing the package
and uncommenting the configuration.1 parent 5df3bfe commit 6819c25
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments