Skip to content

Commit

Permalink
fix: reconfigure ava to avoid ci problems
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 31, 2022
1 parent 57b6845 commit ce2006e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/access-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"docs"
],
"ava": {
"concurrency": 1,
"failFast": true,
"workerThreads": false,
"files": [
"test/**/*.test.js"
],
Expand Down

0 comments on commit ce2006e

Please sign in to comment.