Skip to content

Commit 4939072

Browse files
committed
Make wallaby run tests without parellelism (due to WS test server)
1 parent 66cbc67 commit 4939072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallaby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = (wallaby) => {
2626
},
2727

2828
workers: {
29-
initial: 4,
29+
initial: 1,
3030
regular: 1,
3131
restart: true
3232
},

0 commit comments

Comments
 (0)