1.0.1 • Published 5 years ago

test-flumelog v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago