We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed970d7 commit 5ce81d4Copy full SHA for 5ce81d4
test/test.js
@@ -2,7 +2,7 @@
2
// RESET THEM TO '' BEFORE COMMITING CHANGES!
3
const mysql_host = '127.0.0.1';
4
const mysql_user = 'root';
5
-const mysql_pass = 'bijoux22';
+const mysql_pass = '';
6
7
const expect = require('chai').expect;
8
const {errorHandler,query,mysqlConnect,createTestDB,destroyTestDB,closeConnection} = require('./test-helpers.js');
0 commit comments