Fullchee Zhang

Results 6 issues of 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 - ![image](https://github.com/testing-library/jest-dom/assets/11246258/ec02c960-d808-47af-a899-22da5281b11f) ### 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...

bug
good first issue

**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) ``` ![image](https://user-images.githubusercontent.com/11246258/159962161-97f0984f-ae8e-4f00-942f-a002350f9d6a.png) ![image](https://user-images.githubusercontent.com/11246258/159962198-a139a2bc-1add-4919-9d73-aafa07ce08b0.png)

`fillOpacity` is used in the `AreaChart` example `https://recharts.org/en-US/api/AreaChart` ![image](https://user-images.githubusercontent.com/11246258/165579931-83b4df77-829a-42ee-aec2-5208670e50b8.png) but it's not in the `Area` page https://recharts.org/en-US/api/Area