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 .",