We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e72c9 commit 6f4f84cCopy full SHA for 6f4f84c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [27.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.0...v27.2.1) (2023-01-06)
2
+
3
4
+### Bug Fixes
5
6
+* **valid-expect-in-promise:** handle sparse arrays ([#1325](https://github.com/jest-community/eslint-plugin-jest/issues/1325)) ([21e72c9](https://github.com/jest-community/eslint-plugin-jest/commit/21e72c9d94ed66c1006212e5da78bac8b62fa8c7))
7
8
# [27.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.7...v27.2.0) (2022-12-31)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "27.2.0",
+ "version": "27.2.1",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments