Skip to content

Commit

Permalink
concurrent testing
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Nov 25, 2024
1 parent ee908ad commit 20b3cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An Undici interceptor that routes requests over a worker thread",
"main": "index.js",
"scripts": {
"test": "eslint && borp --coverage --check-coverage --concurrency=1"
"test": "eslint && borp --coverage --check-coverage"
},
"keywords": [
"undici",
Expand Down

0 comments on commit 20b3cb0

Please sign in to comment.