This is a app generated using @rails/webpacker with react and typescript defaults and using cypress-react-unit-test to write React component tests
- code coverage is not working yet (something about
nyc
not loading its dependencies) - make sure the Webpack config is set to
development
and NOT toproduction
// config/webpack/development.js
const config = environment.toWebpackConfig()
config.set('mode', 'development')