Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it('should reference native couchbase.SpatialQuery', (done) => {
assert.strictEqual(couchbase.SpatialQuery, nativeCouch.SpatialQuery);
done();
});
});
static get SpatialQuery() { return couchbase.SpatialQuery; }
static get ViewQuery() { return couchbase.ViewQuery; }