quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.52k stars 192 forks source link

refactor(test): move React-specific JSX tests into their own file #1164

Closed strager closed 8 months ago

strager commented 8 months ago

refactor(test): move React-specific JSX tests into their own file

I want to eventually introduce Preact support which will interfere with React support. Move React-specific test cases into test-parse-jsx-react.cpp.


Stack created with Sapling. Best reviewed with ReviewStack.

strager commented 8 months ago

(I was testing something.)