aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

browserify-test #180

Open brettz9 opened 8 years ago

brettz9 commented 8 years ago

I think it would be well worth our using browserify-test for testing. It has been very nice to be able to use this when testing on the idb-* projects.

Does this look to you like a suitable replacement for the existing testing system in place?

On a somewhat related topic--I'm not clear what the 'forever' task is supposed to do in the Grunt file...