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 f928747 commit 125cfb2Copy full SHA for 125cfb2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [26.8.7](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7) (2022-08-21)
2
+
3
4
+### Bug Fixes
5
6
+* **prefer-expect-assertions:** report on concise arrow functions ([#1207](https://github.com/jest-community/eslint-plugin-jest/issues/1207)) ([f928747](https://github.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229))
7
8
## [26.8.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) (2022-08-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "26.8.6",
+ "version": "26.8.7",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments