UNPKG

mongo-sql

Version:

A mongo-like interface for sql generation, postgres-style

11 lines (9 loc) 243 B
/** * Really should never fail unless run with the browser tests */ var assert = require('assert'); describe('Normalize', function(){ it ('should have defined Buffer', function(){ assert.equal( typeof Buffer, 'function' ); }); });