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