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 5f486cd commit d20f8d3Copy full SHA for d20f8d3
test/sequential/test-init.js
@@ -49,7 +49,7 @@ function test(file, expected) {
49
50
{
51
// test-init-index is in fixtures dir as requested by ry, so go there
52
- process.chdir(common.fixturesDir);
+ process.chdir(fixtures.path());
53
test('test-init-index', 'Loaded successfully!');
54
}
55
0 commit comments