Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 231 Bytes

Watch your tests run and let the OS Nofitication badge ping you when tests fail

Dependencies: node >= 8

Create .testpingrc and provide your test command to run tests in watch mode.

{
  "run": "npm test"
}