Skip to content

tlameiras/chai-snapshot-matcher-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boilerplate project for chai-snapshot-matcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published