Fullchee Zhang
Fullchee Zhang
### Describe the feature you'd like: - remove `jest-environment-jsdom-sixteen` package in devDependencies which isn't used - https://github.com/SimenB/jest-environment-jsdom-sixteen -  ### Suggested implementation: - remove the package from package.json ### Describe...
**What**: - removing `jest-environment-jsdom-sixteen` - https://github.com/SimenB/jest-environment-jsdom-sixteen - https://github.com/testing-library/jest-dom/issues/585 **Why**: - it's not used and it's been deprecated since 2021 **How**: - npm remove `jest-environment-jsdom-sixteen` **Checklist**: - ~[ ] Documentation~ -...
- `@testing-library/jest-dom` version: 6.3.0 - `node` version: 20.9.0 - `jest` version: 27.5.1 (from create react app) - `npm` version: 10.1.0 ### Relevant code or config: ```js function App() { return...
**What**: - Upgrade `jsdom` to v21 which still supports Node 14 **Why**: - fixes https://github.com/testing-library/jest-dom/issues/570 - use the latest version of `jsdom` that supports Node 14 **How**: **Checklist**: - ~[...
```md - [Join the community](https://join.slack.com/t/adminbro/shared_invite/zt-czfb79t1-0U7pn_KCqd5Ts~lbJK0_RA) to get help and be inspired. - subscribe to our [newsletter](http://opensource.softwarebrothers.co) ```  
`fillOpacity` is used in the `AreaChart` example `https://recharts.org/en-US/api/AreaChart`  but it's not in the `Area` page https://recharts.org/en-US/api/Area
## Bug Report 🐛 Custom Function Matcher doesn't seem to work in the Testing Playground ## To Reproduce ✔️ https://testing-playground.com/gist/141dafaa518e99351341c78747a75eed/f98b347bd2906d644a4571e9b17b50f6c9e59d02 Given the HTML ```html Hello World ``` should this query...