tap-light

1.0.0 • Public • Published

tap-light

A very light test framework, meant for live testing.

test('msg', function (t) {
  t.assert(1 + 1 === 2, 'Addition works as expected')
  setTimeout(function () {
    t.end()
  }, 1000)
})

Readme

Keywords

none

Package Sidebar

Install

npm i tap-light

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • nrn