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 fe1349b commit 3ad2036Copy full SHA for 3ad2036
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [28.13.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.12.0...v28.13.0) (2025-06-06)
2
+
3
4
+### Features
5
6
+* create new `prefer-ending-with-an-expect` rule ([#1742](https://github.com/jest-community/eslint-plugin-jest/issues/1742)) ([fe1349b](https://github.com/jest-community/eslint-plugin-jest/commit/fe1349bbc7e91a9ea5420481a28fe8d86f5a0b69))
7
8
# [28.12.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.2...v28.12.0) (2025-05-29)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "28.12.0",
+ "version": "28.13.0",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments