UNPKG

tape-watcher

Version:

Runs tape tests when files change and prints a pretty output

9 lines (7 loc) 172 B
var test = require('tape') test('dummy test', function (t) { t.pass('works') t.deepEqual(1, 2) t.same('hat', 'hat', 'check hat is hat') t.end() })