jest-dom
jest-dom copied to clipboard
:owl: Custom jest matchers to test the state of the DOM
- `@testing-library/jest-dom` version: 5.14.1 - `@types/testing-library__jest-dom` version: 5.14 - `node` version: 14 - `npm` (or `yarn`) version: yarn 1.2 ### Problem description: Looks like Jest v27 types are not supported...
This will create automatic PRs to update both dependencies + actions used in workflows, so we won't need manual PRs like #414 anymore
Add @Dennis273 as a contributor for code. This was requested by gnapse [in this comment](https://github.com/testing-library/jest-dom/pull/447#issuecomment-1077600316)
### Describe the feature you'd like: When using getAll* there should be an option to iterate through the returned array and expect a similar propertie on each component. Right now...
### Describe the feature you'd like: I am a maintainer of storybook-builder-vite, which allows storybook users to build their previews using vite, which works entirely in ESM. Storybook recently also...
**What**: Don't test with node 10, 12, or 15 **Why**: Node 10, 12, and 15 reached EOL so let's free up some CI resources. **How**: Remove 10, 12, and 15...
* `dom-testing-library` version: 5.11.9 * `react-testing-library` version: 11.2.5 ### Relevant code or config: [](https://codesandbox.io/s/material-demo-forked-r6z0n?fontsize=14&hidenavigation=1&theme=dark&file=/demo.test.js) ### Problem Statement: I was trying to test the styling of some components...
### Describe the feature you'd like: As far as I understand it, the `toHaveDisplayValue` matcher takes some kind of input element and computes the value that the user can see....
## Error in github action This is my workflow ``` name: UnitTests on: [push] jobs: tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: node-version:...
- `@testing-library/jest-dom` version: 5.11.6 - `node` version: v14.15.1 - `npm` (or `yarn`) version: 1.22.10 - `svelte-testing-library` version: 3.0.0 ### Relevant code or config: ```css :root { --font-size-xlarge: 64px; --font-weight-bold: 700;...