Skip to content

Commit

Permalink
Disable worker threads in ava
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 10, 2022
1 parent 717fab3 commit bacec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"scripts": {
"lint": "eslint lib test",
"format": "prettier --write \"{lib,test}/**/*.js\"",
"test": "ava",
"test": "ava --no-worker-threads",
"readme": "markdown-toc README.md -i --maxdepth=2 --bullets=-",
"release": "./bin/release-it.js"
},
Expand Down

0 comments on commit bacec65

Please sign in to comment.