Skip to content

Latest commit

History

History
14 lines (10 loc) 路 382 Bytes

Testing.md

File metadata and controls

14 lines (10 loc) 路 382 Bytes

馃И Testing

This repo has been setup to use Jest, CodeCov and Circle CI to keep me in check 馃槅. Have a look at the scripts in our 馃摝 package.json for all the available options. The 3 listed below should be enough to get started.

# Run our jest unit tests
npm run test

# Run jest in "watch" mode
npm run test:watch

# Run specs on our CI server
npm run test:ci