test: run apt tests in series

This commit is contained in:
Amin Yahyaabadi 2025-05-20 11:18:37 -07:00
parent b7dcc5b7e6
commit 9b5350fb6e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"lint.tsc": "tsc --noEmit --pretty",
"lint.eslint": "eslint '**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix",
"prepublishOnly": "pnpm run build",
"test": "jest --coverage"
"test": "jest --coverage --runInBand"
},
"dependencies": {
"@types/node": "22.15.3",