jest-basics Repository to exemplify testing with Jest on Vue and vanilla JavaScript. How to run After cloning and entering the repository's folder: Install dependencies. // yarn yarn install // npm npm install Run tests. yarn test Run tests with coverage. yarn test:ci