Skip to content

Commit 14a1b4d

Browse files
committed
test: run the tests serially
1 parent aa96482 commit 14a1b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"test.lint": "run-p --aggregate-output --continue-on-error lint.cspell test.lint.eslint test.lint.prettier lint.tsc",
5555
"test.lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/",
5656
"test.lint.prettier": "prettier . --check",
57-
"test": "jest",
57+
"test": "jest --runInBand --forceExit --coverage",
5858
"build.docker_tests": "node ./dev/docker/__tests__/generate-docker-tests.mjs",
5959
"build.docker.arch": "pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/arch.dockerfile -t setup-cpp:arch .",
6060
"build.docker.fedora": "pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/fedora.dockerfile -t setup-cpp:fedora .",

0 commit comments

Comments
 (0)