With testing, we can sparkle our website by using STIMULUS with sparking joy and confidence.
- Install dependencies with
bun install
- Write the controller classes in
src
- Write the tests in
test
- Run
bun test
andbun test:coverage
- Checkout the result in the terminal
This project using github actions, so you can push your code and let actions do the rest.