UNPKG

simplegeoloc

Version:

SimpleGeoLoc simple items with geolocation, near items function

9 lines (5 loc) 171 B
var sgl = require('..'); exports['add simple item with lat/long'] = function (test) { var store = sgl.createStore(); test.equal(store.add(0, 0, { }), null); };