10BC0
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 bf7f63d commit 095df35Copy full SHA for 095df35
test/sequential/test-init.js
@@ -1,5 +1,6 @@
1
'use strict';
2
const common = require('../common');
3
+const fixtures = require('../common/fixtures');
4
const assert = require('assert');
5
const child = require('child_process');
6
const path = require('path');
@@ -28,7 +29,7 @@ function test(file, expected) {
28
29
30
{
31
// test-init-index is in fixtures dir as requested by ry, so go there
- process.chdir(common.fixturesDir);
32
+ process.chdir(fixtures.path());
33
test('test-init-index', 'Loaded successfully!');
34
}
35
0 commit comments