We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f9c166 + bf79333 commit 10759b3Copy full SHA for 10759b3
1 file changed
packages/admin-ui/package.json
@@ -92,7 +92,7 @@
92
"// Test commands for the CI": "⬅✌➡",
93
"test": "yarn test:unit",
94
"test:functional": "yarn nightwatch",
95
- "test:unit": "CI=true JEST_JUNIT_OUTPUT=reports/jest-junit.xml react-scripts test --testResultsProcessor ../../node_modules/jest-junit --env=jsdom",
+ "test:unit": "CI=true JEST_JUNIT_OUTPUT=reports/jest-junit.xml react-scripts test --reporters=default --reporters=../../node_modules/jest-junit --env=jsdom",
96
"eject": "react-scripts eject"
97
},
98
"browserslist": [
0 commit comments