feedhenry / fh-db

Apache License 2.0
1 stars 16 forks source link

Port all tests to mocha exports style and ensure async tests always call a done fn #19

Closed david-martin closed 7 years ago

david-martin commented 7 years ago

This was necessary to allow running tests if you didn't already have expresso installed. It currently isn't possible to install expresso for node 4

aidenkeating commented 7 years ago

@david-martin Sorry for taking so long to review! Looks good to me!