8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e724fd5 commit 0bf10a7Copy full SHA for 0bf10a7
test/common.js
@@ -4,7 +4,7 @@ var sys = require('mysql/sys');
4
5
if (module.parent.filename.match(/test\/system/)) {
6
try {
7
- global.TEST_CONFIG = require('./config.js');
+ global.TEST_CONFIG = require('./config');
8
} catch (e) {
9
console.log('Skipping. See test/config.template.js for more information.');
10
process.exit(0);
0 commit comments