UNPKG

sync-gateway

Version:

Couchbase Mobile Sync Gateway REST wrapper

11 lines (9 loc) 280 B
'use strict'; var assert = require('assert'); var syncGateway = require('../'); describe('sync-gateway node module', function () { it('must have at least one test', function () { syncGateway(); assert(true, 'I was too lazy to write any tests. Shame on me.'); }); });