loopback-connector-mysql/test/mysql.js

11 lines
221 B
JavaScript
Raw Normal View History

2012-12-14 14:01:44 +00:00
var jdb = require('jugglingdb'),
Schema = jdb.Schema,
test = jdb.test,
schema = new Schema(__dirname + '/..', {
database: 'myapp_test',
username: 'root'
});
test(module.exports, schema);