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 3a5af78 commit 0c8e6d7Copy full SHA for 0c8e6d7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [28.13.2](https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.1...v28.13.2) (2025-06-10)
2
+
3
4
+### Bug Fixes
5
6
+* **prefer-importing-jest-globals:** preserve `as` imports ([#1753](https://github.com/jest-community/eslint-plugin-jest/issues/1753)) ([3a5af78](https://github.com/jest-community/eslint-plugin-jest/commit/3a5af78febd4a0f71ac4297530d11fa9a0e785fb))
7
8
## [28.13.1](https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.0...v28.13.1) (2025-06-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
- "version": "28.13.1",
+ "version": "28.13.2",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
0 commit comments