diff --git a/src/agent/package.json b/src/agent/package.json index ff676f6..9db4aa2 100644 --- a/src/agent/package.json +++ b/src/agent/package.json @@ -19,7 +19,7 @@ "build": "tsup src/index.ts --format cjs,esm --dts --clean", "dev": "npm run build -- --watch", "prepublishOnly": "npm run build", - "test": "glob -c \"tsx -r dotenv/config --test\" \"./test/**/*.spec.ts\"", + "test": "glob -c \"tsx -r dotenv/config --test-concurrency 1 --test\" \"./test/**/*.spec.ts\"", "coverage": "c8 --all --src ./src -r html npm test", "lint": "cross-env eslint src/**/*.ts" },