adding test code for reading garmin connect

This commit is contained in:
2012-11-04 10:52:37 -05:00
parent d4c4c34795
commit 362fa3eaa8
215 changed files with 5837 additions and 51780 deletions

View File

@@ -1,5 +1,5 @@
var mongoskin = require('../lib/mongoskin/');
require('myconsole').replace();
exports.db = mongoskin.db('localhost/test');
mongoskin.db('localhost', { database: 'test' });