We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea902b commit 23b4bf8Copy full SHA for 23b4bf8
test/parallel/test-repl-tab-complete.js
@@ -23,11 +23,12 @@
23
24
const common = require('../common');
25
const assert = require('assert');
26
+const fixtures = require('../common/fixtures');
27
28
// We have to change the directory to ../fixtures before requiring repl
29
// in order to make the tests for completion of node_modules work properly
30
// since repl modifies module.paths.
-process.chdir(common.fixturesDir);
31
+process.chdir(fixtures.fixturesDir);
32
33
const repl = require('repl');
34
0 commit comments