UNPKG

reheat

Version:

A red hot Node.js ORM for RethinkDB.

8 lines (7 loc) 145 B
module.exports = function (container, assert) { return function () { it('exists', function () { assert.isTrue(true); }); }; };