Stimulus Testing
- stimulusjs
- testing
Regarding my stimulus-testing project, which hasn’t been updated in over two years. There are many outdated and unnecessary dependencies, so I decided to update them and switching testing framework from Jest
to Vitest
, to simplify the configurations.
You guys can check out my project to learn how to test the stimulus controllers from here.