UNPKG

recli

Version:

RethinkDB CLI query tool and REPL

13 lines (8 loc) 244 B
// This package is getting quite useful, but needs some tests! // Please contribute if you can. var assert = require('assert'); describe('package', function () { it('should have basic tests', function() { assert.ok(false); }); });