We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c809e0 commit dae022eCopy full SHA for dae022e
test/parallel/test-module-children.js
@@ -1,10 +1,11 @@
1
// Flags: --no-deprecation
2
'use strict';
3
-const common = require('../common');
+require('../common');
4
+const fixtures = require('../common/fixtures');
5
const assert = require('assert');
6
const path = require('path');
7
-const dir = path.join(common.fixturesDir, 'GH-7131');
8
+const dir = fixtures.path('GH-7131');
9
const b = require(path.join(dir, 'b'));
10
const a = require(path.join(dir, 'a'));
11
0 commit comments