8000 Fix module include · mysqljs/mysql@0bf10a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bf10a7

Browse files
committed
Fix module include
1 parent e724fd5 commit 0bf10a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var sys = require('mysql/sys');
44

55
if (module.parent.filename.match(/test\/system/)) {
66
try {
7-
global.TEST_CONFIG = require('./config.js');
7+
global.TEST_CONFIG = require('./config');
88
} catch (e) {
99
console.log('Skipping. See test/config.template.js for more information.');
1010
process.exit(0);

0 commit comments

Comments
 (0)
0