/jest-basics

Jest basic examples

Primary LanguageJavaScriptMIT LicenseMIT

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