Bump jest-circus from 27.5.1 to 28.1.0 (#213)

Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 27.5.1 to 28.1.0.
- [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.1.0/packages/jest-circus)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-07 11:31:19 -04:00
committed by GitHub
parent c9494285dc
commit 8a61907f5d
2 changed files with 578 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.38",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"jest-circus": "^28.1.0",
"ts-jest": "^27.1.4",
"typescript": "^4.7.3"
}