probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

update jest and add watch script #53

Closed zeke closed 6 years ago

zeke commented 6 years ago

This PR updates jest to the latest version which has support for notifyMode. I've also added a test:watch script which continually runs the test suite on changes, summarizes code coverage, and generates native notifications when the suite changes from passing to failing state.

request-info[bot] commented 6 years ago

The maintainers of this repository would appreciate it if you could provide more information.

zeke commented 6 years ago

Thanks!