Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

test-flumelog

dominictarr7MIT1.0.1

reusable test suite that a flumelog implementation must pass

readme

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