From 14a1b4d6548280cd9cb8f7d9f0c15f652101d423 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 5 Sep 2023 01:11:18 -0700 Subject: [PATCH] test: run the tests serially --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d38c20c3..3297e4b1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "test.lint": "run-p --aggregate-output --continue-on-error lint.cspell test.lint.eslint test.lint.prettier lint.tsc", "test.lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/", "test.lint.prettier": "prettier . --check", - "test": "jest", + "test": "jest --runInBand --forceExit --coverage", "build.docker_tests": "node ./dev/docker/__tests__/generate-docker-tests.mjs", "build.docker.arch": "pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/arch.dockerfile -t setup-cpp:arch .", "build.docker.fedora": "pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/fedora.dockerfile -t setup-cpp:fedora .",