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.
1 parent 6b8182d commit 4297d50Copy full SHA for 4297d50
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [29.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.1...v29.5.0) (2025-12-14)
2
+
3
4
+### Features
5
6
+* create new `no-unneeded-async-expect-function` rule ([#1863](https://github.com/jest-community/eslint-plugin-jest/issues/1863)) ([6b8182d](https://github.com/jest-community/eslint-plugin-jest/commit/6b8182d7382b68c4bce14b5a9dcd8c6c0dab5aa6))
7
8
## [29.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.0...v29.4.1) (2025-12-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "29.4.1",
+ "version": "29.5.0",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments