1.0.1 • Published 6 years ago

test-flumelog v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

1.0.1

6 years ago

1.0.0

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago