avajs / awesome-ava

Awesome AVA resources
https://avajs.dev
Creative Commons Zero v1.0 Universal
346 stars 36 forks source link

Add ava-rethinkdb #14

Closed rrdelaney closed 8 years ago

rrdelaney commented 8 years ago

This adds ava-rethinkdb to the list of packages. This package helps spin up and down RethinkDB instances for each test file such that the application code does not need to be modified at all. It's great for integration tests because it allows them to be run in parallel.