davesnx / styled-ppx

Type-safe styled components for ReScript, Melange and native with type-safe CSS
https://styled-ppx.vercel.app
BSD 2-Clause "Simplified" License
399 stars 32 forks source link

Improve styled-ppx.css tests #425

Closed davesnx closed 1 month ago

davesnx commented 5 months ago

While we vendored bs-css, we didn't include their test suite, which would be a nice start.

Migrate all those tests into packages/css

Ideally with the same structure of packages/emotion/test. Those test run on native, and might be beneficial of having a melange/rescript test suite as well, unsure about how it will look