From 656d6932aafca895691c1f1a8fa9cf9df83176af Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 13 Nov 2024 09:50:10 -0500 Subject: [PATCH] revert parallel.spec.js changes --- test/integration/options/parallel.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/options/parallel.spec.js b/test/integration/options/parallel.spec.js index 1cde3e602d..825ef150be 100644 --- a/test/integration/options/parallel.spec.js +++ b/test/integration/options/parallel.spec.js @@ -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']), @@ -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-*', [