Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Nov 23, 2023
1 parent 3b508a5 commit 52d7ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 52d7ad8

Please sign in to comment.