Sebastien Branly
Sebastien Branly
Please note that I got some inspiration from this other issue: https://github.com/nfl/react-helmet/issues/333#issuecomment-616871673
Thank you for the quick answers! I was writing this issue while trying to understand XSS vulnerabilities more in-depth in the context of LD-JSON script tags. I think part of...
Are you sure `toStrictEqual` comes from `jest-extended`? I haven't taken a good look at it but it seems to come from `jest` directly: - https://jestjs.io/docs/en/expect#tostrictequalvalue An issue was created: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/36285
Update - I won't confirm it in https://github.com/DefinitelyTyped/DefinitelyTyped/issues/36285 until I get it working but actually I'm pretty confident the `24.0.18` package is updated enough to give typings for `toStrictEqual`. In...
I think you have two separate issues: - `toStrict` (coming from `jest`), which I'm personally interested in - other matchers (coming from `jest-extended`), which I don't use in my application
Same applies to: - Next.js in https://2019.stateofjs.com/back-end/other-tools/ - React Native in https://2019.stateofjs.com/mobile-desktop/other-tools/
Same issue about WebStorm and Vim which appear in both `Text Editors` and `Other Text Editors`
- Chrome, Firefox and Edge appear in both `Browsers` and `Other Browsers` - Webpack in both `Build Tools` and `Other Build Tools` I won't comment more on it in case...