This folder contains a unit test template for Jest.
Configured to support ES6 syntax using Babel (preset es2015)
npm installnpm testOr you can use built-in watch mode:
npm run test:watchnpm run test:coverNote: coverage is also included in watch mode.