8000 Seems to be working now, lets run all tests · mysqljs/mysql@51e6d00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51e6d00

Browse files
committed
Seems to be working now, lets run all tests
1 parent 2fa9242 commit 51e6d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "./index",
1010
"scripts": {
11-
"test": "node test/integration/test-bad-credentials.js"
11+
"test": "make test"
1212
},
1313
"engines": {
1414
"node": "*"

test/integration/test-bad-credentials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var common = require('../common');
2-
var connection = common.createConnection({debug: true, password: 'INVALID PASSWORD'});
2+
var connection = common.createConnection({password: 'INVALID PASSWORD'});
33
var assert = require('assert');
44

55
var err;

0 commit comments

Comments
 (0)
0