Upd test runner

This commit is contained in:
Anatoliy Chakkaev 2013-03-27 18:15:23 +04:00
parent 4302a125ef
commit cd0018f3a5
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"description": "MySQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
"test": "nodeunit test/*"
"test": "make test"
},
"dependencies": {
"jugglingdb": "latest",

View File

@ -5,8 +5,6 @@ global.getSchema = function() {
database: 'myapp_test',
username: 'root'
});
db.log = function (a) {
console.log(a);
};
// db.log = function (a) { console.log(a); };
return db;
};