Skip to content

Commit d70f9f6

Browse files
sharpstefMylesBorins
authored andcommitted
test: replace common.fixturesDir with fixtures
PR-URL: #16015 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4cf84ea commit d70f9f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/parallel/test-repl-tab-complete.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
const common = require('../common');
44
const assert = require('assert');
5+
const fixtures = require('../common/fixtures');
56

67
// We have to change the directory to ../fixtures before requiring repl
78
// in order to make the tests for completion of node_modules work properly
89
// since repl modifies module.paths.
9-
process.chdir(common.fixturesDir);
10+
process.chdir(fixtures.fixturesDir);
1011

1112
const repl = require('repl');
1213

0 commit comments

Comments
 (0)