test-flumelog

1.0.1 • Public • Published

test-flumelog

reusable test suite that a flumelog implementation must pass

install this as a devdep on your flumelog implementation, and then have a test file like this:

//test.js
require('test-flumelog')(require(path_to_my_flumelog)(setup_args...))

then in your package.json, just have

"scripts": {
  "test": "node test.js"
},

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i test-flumelog

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

8.2 kB

Total Files

4

Last publish

Collaborators

  • regular
  • christianbundy
  • arj03
  • dominictarr