jest-dom icon indicating copy to clipboard operation
jest-dom copied to clipboard

:owl: Custom jest matchers to test the state of the DOM

Results 159 jest-dom issues
Sort by recently updated
recently updated
newest added

- `@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...

enhancement

### 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...

enhancement
help wanted
good first issue

**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...

BREAKING CHANGE

* `dom-testing-library` version: 5.11.9 * `react-testing-library` version: 11.2.5 ### Relevant code or config: [![Edit Material demo (forked)](https://codesandbox.io/static/img/play-codesandbox.svg)](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...

bug

### 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....

enhancement
good first issue

## 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:...

question

- `@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;...

bug