Alex Parloti
Alex Parloti
Hello @ionutvmi, I would like to help in maintaining the project.
> @parloti thanks! Any chance you can add a test for this? @curly210102 what do you think about this PR? Hi! I'll add the tests, to cover the changes.
Adding this: ``` if (jestFnCall?.type === 'test') { count = 0; } ``` here: https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/max-expects.ts#L56 Fixes it and all tests pass.
Please see this https://github.com/conventional-changelog/commitlint/pull/3618 @ViniDevBR