eslint-plugin-jest-extended
eslint-plugin-jest-extended copied to clipboard
Eslint plugin for https://github.com/jest-community/jest-extended
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danger/danger-js](https://togithub.com/danger/danger-js) | action | patch | `12.3.0` -> `12.3.3` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/berry) ([source](https://togithub.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`3.8.4` -> `3.8.5`](https://renovatebot.com/diffs/npm/yarn/3.8.4/3.8.5) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`^13.0.3` -> `^16.0.0`](https://renovatebot.com/diffs/npm/lint-staged/13.3.0/16.2.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danger/danger-js](https://redirect.github.com/danger/danger-js) | action | major | `12.3.4` -> `13.0.4` | --- ### Release...
With the rule `prefer-to-have-been-called-once`, this code... ```javascript expect(mySpy).not.toHaveBeenCalledTimes(1); ``` can be (correctly) autofixed as follows... ```javascript expect(mySpy).not.toHaveBeenCalledOnce(); ``` However there seems to be a common misconception that `not.toHaveBeenCalledOnce()` means the...
If I have this code: ```javascript expect(x === 5).toBe(true); ``` I may get these violations like so: ``` Prefer using one of the equality matchers instead jest/prefer-equality-matcher Prefer using `toBeTrue()`...
I would expect something like this to be flagged in error, and ideally auto-fixable ```javascript // bad expect(example).toStrictEqual(expect.any(Function)); expect(typeof example).toBe('function'); expect(typeof example == 'function').toBeTrue(); expect(typeof example == 'function').toBeTruthy(); expect(typeof example...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v3` -> `v5` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [markdown-link-check](https://redirect.github.com/tcort/markdown-link-check) | [`~3.12.0` -> `~3.14.0`](https://renovatebot.com/diffs/npm/markdown-link-check/3.12.2/3.14.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`^29.0.0` -> `^30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [babel-jest](https://redirect.github.com/jestjs/jest)...