Views On Vue
VoV 023: Unit Testing Vue components with Edd Yerburgh
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 1:27:09
- Mas informaciones
Informações:
Sinopsis
Panel: Divya SasidharanChris FritzJoe Eames Special Guests: Edd Yerburgh In this episode, the Views on Vue panel talks to Edd Yerburgh about unit testing Vue components. Edd is a software engineer for BBC in London and he maintains Vue Test Utils, which is a library to help make unit testing Vue components easier. They talk about how you would use Vue Test Utils, examples of components you would test with Vue Test Utils, and good patterns to use when testing. They also touch on snapshot testing, the Vue Jest library, and more! In particular, we dive pretty deep on: Edd introMaintains Vue Test UtilsWhat is Vue Test Utils?Library to make unit testing Vue components easierWhat is a mounted component?Would you use Vue Test Utils by yourself?Jest, Jasmine, and MochaNeeds to be run in a DOM environmentJS DOMExamples of components that you would use to test with Vue Test UtilsWhat are good patterns to use when testing?Consider what and if you should test?Difficult to give a definitive answer as to when you sh