From 74379d9392dc6fd7a2c76bd3188a90d39b1e9d4c Mon Sep 17 00:00:00 2001 From: Christopher Fenn Date: Tue, 14 May 2024 15:30:47 +0200 Subject: [PATCH] do not run test in parallel to prevent random port clashes resulting in "No address added out of total 1 resolved" --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9599309..f99ad47 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,8 @@ "ava": { "files": [ "test/*.test.js" - ] + ], + "concurrency": 1 }, "types": "index.d.ts", "nyc": {