- Jul 31, 2020
- 9,111
- 1,042,590
- 129
TUTProfessor submitted a new resource:
Vue Mastery - Unit testing - Fortify your Vue apps by adding unit testing to your components with Jest and Vue Test Utils.
Read more about this resource...
Vue Mastery - Unit testing - Fortify your Vue apps by adding unit testing to your components with Jest and Vue Test Utils.
What to test
Have you ever deployed a new feature in your app and crossed your fingers, hoping you don’t wake up to the news that you’ve accidentally introduced a brand new bug? You can greatly reduce these kinds of concerns, and strengthen your Vue apps, by testing your application.
A thoroughly tested application generally consists of a well implemented combination of several kinds of testing, including End to End (E2E)...
Read more about this resource...