Skip to content

Commit 23b4bf8

Browse files
sharpstefdanbev
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 2ea902b commit 23b4bf8

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
@@ -23,11 +23,12 @@
2323

2424
const common = require('../common');
2525
const assert = require('assert');
26+
const fixtures = require('../common/fixtures');
2627

2728
// We have to change the directory to ../fixtures before requiring repl
2829
// in order to make the tests for completion of node_modules work properly
2930
// since repl modifies module.paths.
30-
process.chdir(common.fixturesDir);
31+
process.chdir(fixtures.fixturesDir);
3132

3233
const repl = require('repl');
3334

0 commit comments

Comments
 (0)