From e41cf577f478e78b7a8ef7f730cc61e6cd2efb36 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:04:40 +0500 Subject: [PATCH] refactor: updated tests script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9874b406..b61a1bd39 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "fedx-scripts eslint --ext .js --ext .jsx .", "start": "fedx-scripts webpack-dev-server --progress", "debug-test": "node --inspect-brk node_modules/.bin/jest --coverage --runInBand", - "test": "TZ=UTC fedx-scripts jest --coverage --runInBand", + "test": "TZ=UTC fedx-scripts jest --coverage --maxWorkers=2", "test:watch": "npm run test -- --watch", "snapshot": "fedx-scripts jest --updateSnapshot" },