From 022a42d2403bb28abd830376dd963e7735c6f7c3 Mon Sep 17 00:00:00 2001 From: 0xPatrick Date: Wed, 12 Jun 2024 16:12:40 -0400 Subject: [PATCH] fixup! test: use ava@6 --- multichain-testing/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/multichain-testing/package.json b/multichain-testing/package.json index aa34a8accb36..a7a38ca4e4f8 100644 --- a/multichain-testing/package.json +++ b/multichain-testing/package.json @@ -54,7 +54,10 @@ "**/*.test.ts" ], "concurrency": 1, - "serial": true + "serial": true, + "environmentVariables": { + "LOCKDOWN_STACK_FILTERING": "verbose" + } }, "prettier": { "arrowParens": "avoid",