Skip to content

Commit

Permalink
Bump jest from 27.5.1 to 28.0.3 (#1033)
Browse files Browse the repository at this point in the history
* Bump jest from 27.5.1 to 28.0.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.0.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add new github reporter

* Upgrade ts-jest

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
  • Loading branch information
dependabot[bot] and tobiasdiez committed May 7, 2022
1 parent f713db8 commit b7842c3
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 17 deletions.
2 changes: 2 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const config: Config.InitialOptions = {
globals: {
'ts-jest': { useESM: true },
},
// GitHub Actions Reporter will annotate changed files with test failure messages on PRs
reporters: ["default", "github-actions"],
}

export default config
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^1.1.5",
"eslint-plugin-vue": "^8.7.1",
"jest": "^27.5.1",
"jest": "^28.0.3",
"jest-mock-extended": "^2.0.5",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"prisma": "3.13.0",
"redis-mock": "^0.56.3",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.4",
"ts-jest": "^28.0.1",
"vue-tsc": "^0.34.11"
},
"resolutions": {
Expand Down

0 comments on commit b7842c3

Please sign in to comment.