Skip to content

Commit 963c536

Browse files
chore(release): 26.4.2 [skip ci]
## [26.4.2](v26.4.1...v26.4.2) (2022-05-28) ### Bug Fixes * don't consider `concurrent.skip` and `concurrent.only` valid test functions ([#1124](#1124)) ([0aa5eb6](0aa5eb6)) * **no-disabled-tests:** use jest function call parser for checking number of args ([#1126](#1126)) ([b67e389](b67e389))
1 parent 0aa5eb6 commit 963c536

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [26.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2) (2022-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* don't consider `concurrent.skip` and `concurrent.only` valid test functions ([#1124](https://github.com/jest-community/eslint-plugin-jest/issues/1124)) ([0aa5eb6](https://github.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d))
7+
* **no-disabled-tests:** use jest function call parser for checking number of args ([#1126](https://github.com/jest-community/eslint-plugin-jest/issues/1126)) ([b67e389](https://github.com/jest-community/eslint-plugin-jest/commit/b67e389b401ee6adb31fbfd0a7f903312544e5e8))
8+
19
## [26.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1) (2022-05-28)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "26.4.1",
3+
"version": "26.4.2",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)