Nicky McCurdy

Results 473 comments of Nicky McCurdy
trafficstars

I found this project on https://webaudiodemos.appspot.com/

You need to uninstall `jest` and use the version from `react-scripts`.

You don't need `ts-jest` as react-scripts already supports TypeScript, so you can also uninstall that.

You generally shouldn't need any of this tooling, it's handled by CRA (except for Prettier which you can run on your own via a script or extension if you want)

Can we please reopen this issue for a workaround, since stylelint-processor-styled-components can't be changed to improve this? I think the best we can do is automatically ignore rules starting with...

I removed `"processors": "stylelint-processor-styled-components",` and my linter errors are no longer working on Stylelint 9.6.0

This seems like a good approach, can you please submit a PR?

I was thinking of getting some Testing Library projects running on test frameworks other than Jest. Vitest would probably be a good one to focus on, as it's fast, easy...

That sounds like an interesting approach. Is your goal to have a more minimal test environment, or specifically ensure Karma and Jasmine are supported? If the former, I think it...