eslint-plugin-jest-dom
eslint-plugin-jest-dom copied to clipboard
eslint rules for use with jest-dom
- `eslint-plugin-jest-dom` version: 5.1.0 - `node` version: 18.14.2 - `npm` version: yarn 3 Relevant code or config What I wanted to use ```javascript expect( screen.getByTestId('location') ). toHaveTextContent('/'); ``` What I'm...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 6.14.0. Release notes Sourced from @typescript-eslint/parser's releases. v6.14.0 6.14.0 (2023-12-11) Bug Fixes eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15) eslint-plugin: correct message for no-unsafe-unary-minus...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 9.3.3. Release notes Sourced from @testing-library/dom's releases. v9.3.3 9.3.3 (2023-09-17) Bug Fixes use defineProperty on the error object instead of setting the message directly (#1261)...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 10.3.0. Release notes Sourced from @testing-library/dom's releases. v10.3.0 10.3.0 (2024-07-02) Features Reduce caught exceptions in prettyDom (#1321) (76cb73d) v10.2.0 10.2.0 (2024-06-24) Features Support anonymous custom...
Bumps [eslint-remote-tester-repositories](https://github.com/AriPerkkio/eslint-remote-tester/tree/HEAD/repositories) from 1.0.1 to 2.0.0. Commits 06c5d7d chore(dev-deps): bump ansi-regex from 5.0.0 to 5.0.1 in /repositories (#284) 0dbc5ed chore(dev-deps): bump tmpl from 1.0.4 to 1.0.5 in /repositories (#280) db32068...
Bumps [AriPerkkio/eslint-remote-tester-run-action](https://github.com/ariperkkio/eslint-remote-tester-run-action) from 4 to 5. Release notes Sourced from AriPerkkio/eslint-remote-tester-run-action's releases. v5 - FlatConfig, ESM, eslint-remote-tester@v4 This major release adds support for eslint-remote-tester@v4 and ESLint's FlatConfig. Node version was...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 6.21.0. Release notes Sourced from @typescript-eslint/parser's releases. v6.21.0 6.21.0 (2024-02-05) 🚀 Features export plugin metadata (#8331) allow parserOptions.project: false (#8339) eslint-plugin: add rule prefer-find (#8216)...
- `eslint-plugin-jest-dom` version: 5.4.0 - `node` version: 20.9 - `npm` version: 9.8.1 Relevant code or config Using `jest-extended`'s method `toBeTrue()` does not work with autofixer of `jest-dom/prefer-to-have-class` ```javascript expect(node.classList.contains('a')).toBe(true); expect(node.classList.contains('b')).toBeTrue();...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 10.4.0. Release notes Sourced from @testing-library/dom's releases. v10.4.0 10.4.0 (2024-07-22) Features Reduce caught exceptions in prettyDom (reland) (#1323) (a86c54c) v10.3.2 10.3.2 (2024-07-15) Bug Fixes safer...