Skip to content

Commit 1f9ba61

Browse files
n0v1anonrig
authored andcommitted
tests still randomly fail with 'No address added out of total 1 resolved' - try with serial: true
1 parent 63d9824 commit 1f9ba61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"files": [
8888
"test/*.test.js"
8989
],
90-
"concurrency": 1
90+
"concurrency": 1,
91+
"serial": true
9192
},
9293
"types": "index.d.ts",
9394
"nyc": {

0 commit comments

Comments
 (0)