Adam Jahr | Duration: 0:44 h | Video: H264 1920x1080 | Audio: AAC 48 kHz 2ch | 345 MB | Language: English
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) testing, sometimes Integration testing, Snapshot testing, and Unit Testing. This course specifically serves as a beginner's guide to unit testing in Vue. As you'll see throughout the course, unit tests serve as the foundation of a well tested app.