We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b651443 commit 8f567b1Copy full SHA for 8f567b1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [26.4.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.4.6) (2022-05-30)
2
+
3
4
+### Bug Fixes
5
6
+* **no-disabled-tests:** don't report on `it.todo` & `test.todo` ([#1137](https://github.com/jest-community/eslint-plugin-jest/issues/1137)) ([b651443](https://github.com/jest-community/eslint-plugin-jest/commit/b651443b820126cf05ad6803648c789afde0172f))
7
8
## [26.4.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5) (2022-05-29)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "26.4.5",
+ "version": "26.4.6",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments