Skip to content

Commit

Permalink
only reorder files
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Jul 26, 2023
1 parent 34b6eff commit c434e53
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-runner-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const testFixtures = fixtures.path('test-runner');

{
// Searches node_modules if specified.
const args = ['--test', join(testFixtures, 'node_modules/*.js')];
const args = ['--test', join(testFixtures, 'default-behavior/node_modules/*.js')];
const child = spawnSync(process.execPath, args);

assert.strictEqual(child.status, 1);
Expand Down

0 comments on commit c434e53

Please sign in to comment.