Skip to content

abstract tests that a flumelog implementation must pass

License

Notifications You must be signed in to change notification settings

flumedb/test-flumelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

abstract tests that a flumelog implementation must pass

Resources

License

Stars

Watchers

Forks

Packages

No packages published