Skip to content

leotabosa/jest-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jest-basics

Repository to exemplify testing with Jest on Vue and vanilla JavaScript.

How to run

After cloning and entering the repository's folder:

  1. Install dependencies.
// yarn
yarn install
// npm
npm install
  1. Run tests.
yarn test
  1. Run tests with coverage.
yarn test:ci