Skip to content

Commit

Permalink
fixup! test: use ava@6
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 12, 2024
1 parent 3b72fef commit 022a42d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion multichain-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"**/*.test.ts"
],
"concurrency": 1,
"serial": true
"serial": true,
"environmentVariables": {
"LOCKDOWN_STACK_FILTERING": "verbose"
}
},
"prettier": {
"arrowParens": "avoid",
Expand Down

0 comments on commit 022a42d

Please sign in to comment.