Skip to content

Commit

Permalink
[INTERNAL] Disable AVA worker threads
Browse files Browse the repository at this point in the history
This also solves the Node 20 issue initially addressed via #511.
However, it also addresses another issue that mainly appears in the
ui5-builder projects, see SAP/ui5-builder#921.

Tests may run a bit slower, but more stable.

JIRA: CPOUI5FOUNDATION-612
  • Loading branch information
matz3 committed Jul 14, 2023
1 parent 285fef1 commit 4e46dc6
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 @@ -73,7 +73,8 @@
"nodeArguments": [
"--loader=esmock",
"--no-warnings"
]
],
"workerThreads": false
},
"nyc": {
"reporter": [
Expand Down

0 comments on commit 4e46dc6

Please sign in to comment.