Skip to content

Commit

Permalink
do not run test in parallel to prevent random port clashes resulting …
Browse files Browse the repository at this point in the history
…in "No address added out of total 1 resolved"
  • Loading branch information
n0v1 committed May 14, 2024
1 parent e734917 commit 74379d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"ava": {
"files": [
"test/*.test.js"
]
],
"concurrency": 1
},
"types": "index.d.ts",
"nyc": {
Expand Down

0 comments on commit 74379d9

Please sign in to comment.