We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4450daa commit 9658dbbCopy full SHA for 9658dbb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [27.1.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.2...v27.1.3) (2022-10-18)
2
+
3
4
+### Bug Fixes
5
6
+* **no-restricted-jest-methods:** don't crash on `jest()` ([#1269](https://github.com/jest-community/eslint-plugin-jest/issues/1269)) ([4450daa](https://github.com/jest-community/eslint-plugin-jest/commit/4450daa17ae542bbfed85d16845c5dac1c310dea))
7
8
## [27.1.2](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.1...v27.1.2) (2022-10-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "27.1.2",
+ "version": "27.1.3",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments