Integration tests for @react-css
packages
Contains a small React application that utilises all features of both the @react-css/flex
and @react-css/grid
packages.
Contains Cypress tests to ensure both the @react-css/flex
and @react-css/grid
packages apply the expected styles within the running application.
yarn run:local
build and run the test suite
yarn app:serve
to build and host the application
yarn cy:open
to run the Cypress tests against the running application