We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf84ea commit d70f9f6Copy full SHA for d70f9f6
test/parallel/test-repl-tab-complete.js
@@ -2,11 +2,12 @@
2
3
const common = require('../common');
4
const assert = require('assert');
5
+const fixtures = require('../common/fixtures');
6
7
// We have to change the directory to ../fixtures before requiring repl
8
// in order to make the tests for completion of node_modules work properly
9
// since repl modifies module.paths.
-process.chdir(common.fixturesDir);
10
+process.chdir(fixtures.fixturesDir);
11
12
const repl = require('repl');
13
0 commit comments