We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea89da9 commit 1d5bdd1Copy full SHA for 1d5bdd1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [27.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0) (2023-10-26)
2
+
3
4
+### Features
5
6
+* **valid-title:** allow ignoring tests with non-string titles ([#1460](https://github.com/jest-community/eslint-plugin-jest/issues/1460)) ([ea89da9](https://github.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562))
7
8
## [27.4.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.2...v27.4.3) (2023-10-20)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "27.4.3",
+ "version": "27.5.0",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments