Skip to content

Commit

Permalink
Upgrade jest-junit to 6.2.1 (jestjs#7739)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 authored and captain-yossarian committed Jul 18, 2019
1 parent 2a096af commit 7c08b87
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 378 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### Chore & Maintenance

- `[jest]` Update jest-junit to ^6.2.1 ([#7739](https://github.com/facebook/jest/pull/7739))
- `[website]` Fix broken help link on homepage ([#7706](https://github.com/facebook/jest/pull/7706))
- `[docs]` Changed Babel setup documentation to correctly compile `async/await` ([#7701](https://github.com/facebook/jest/pull/7701))

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"private": true,
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-transform-strict-mode": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-strict-mode": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"istanbul-api": "^2.0.8",
"istanbul-lib-coverage": "^2.0.2",
"jasmine-reporters": "^2.2.0",
"jest-junit": "^6.0.1",
"jest-junit": "^6.2.1",
"jest-silent-reporter": "^0.1.1",
"jest-snapshot-serializer-raw": "^1.1.0",
"jquery": "^3.2.1",
Expand Down
Loading

0 comments on commit 7c08b87

Please sign in to comment.