testping
v1.0.6
Published
Dependencies: `node >= 8`
Downloads
5
Readme
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"
}