We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b669bbe + 3c2cb50 commit 47650f5Copy full SHA for 47650f5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jest-junit",
3
- "version": "6.1.0",
+ "version": "6.2.0",
4
"description": "A jest reporter that generates junit xml files",
5
"main": "index.js",
6
"repository": "https://github.com/jest-community/jest-junit",
@@ -16,7 +16,7 @@
16
],
17
"scripts": {
18
"test": "jest",
19
- "pretest:ci": "npm uninstall jest babel-jest && npm install jest@$JEST_VERSION",
+ "pretest:ci": "npm install jest@$JEST_VERSION",
20
"test:ci": "jest --ci"
21
},
22
"dependencies": {
0 commit comments