Skip to content

Commit

Permalink
revert parallel.spec.js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 13, 2024
1 parent 96cd84f commit 656d693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/options/parallel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('--parallel', function () {
describe('when used with CJS tests', function () {
it('should have the same result as with --no-parallel', async function () {
const expected = await runMochaAsync('options/parallel/test-*', [
'--no-parallel',
'--no-parallel'
]);
return expect(
runMochaAsync('options/parallel/test-*', ['--parallel']),
Expand Down Expand Up @@ -301,7 +301,7 @@ describe('--parallel', function () {
const expected = await runMochaAsync('options/parallel/test-*', [
'--reporter',
reporter,
'--no-parallel',
'--no-parallel'
]);
return expect(
runMochaAsync('options/parallel/test-*', [
Expand Down

0 comments on commit 656d693

Please sign in to comment.