Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 738 Bytes

File metadata and controls

66 lines (42 loc) · 738 Bytes

chai-snapshot-matcher Boilerplate Project

Objective:

Boilerplate project with some examples about how to use the chai-snapshot-matcher

How to install chai-snapshot-matcher:

You can install chai-snapshot-matcher using:

  • npm:
npm install chai-snapshot-matcher
  • yarn:
yarn add chai-snapshot-matcher

Version:

This boilerplate project use the chai-snapshot-matcher v1.0.7.

Features:

  • chai-snapshot-matcher
  • mocha
  • chai
  • eslint and prettier configuration

How to start

  • Download or fork the project

  • Install

yarn install
  • Run Linter
yarn lint
  • Run Tests
yarn test
  • Update Snapshots
yarn test --update
  • Run in a CI system
yarn test --ci