Skip to content

Commit 9b5350f

Browse files
committed
test: run apt tests in series
1 parent b7dcc5b commit 9b5350f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/setup-apt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint.tsc": "tsc --noEmit --pretty",
2222
"lint.eslint": "eslint '**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix",
2323
"prepublishOnly": "pnpm run build",
24-
"test": "jest --coverage"
24+
"test": "jest --coverage --runInBand"
2525
},
2626
"dependencies": {
2727
"@types/node": "22.15.3",

0 commit comments

Comments
 (0)