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.
This PR updates
jest
to the latest version which has support fornotifyMode
. I've also added atest: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.