We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d868636 commit 5b59029Copy full SHA for 5b59029
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [28.10.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.9.0...v28.10.0) (2024-12-19)
2
+
3
4
+### Features
5
6
+* **unbound-method:** ignore functions passed to `jest.mocked` ([#1681](https://github.com/jest-community/eslint-plugin-jest/issues/1681)) ([d868636](https://github.com/jest-community/eslint-plugin-jest/commit/d868636623497060f32c6b4ecd397ac7f40c2eae))
7
8
# [28.9.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.9.0) (2024-11-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "28.9.0",
+ "version": "28.10.0",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments