From fabdf9b1c6449f396f5396a3ca513aff5e27be09 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 20 Oct 2023 14:24:20 -0500 Subject: [PATCH] test(ava): removed the failFast flag since im wondering if it is contributing to recent pipeline instability --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index caaa75ff..f56fec14 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "test/**/*.test.js", "!test/integration.test.js" ], - "failFast": true, "nodeArguments": [ "--loader=testdouble", "--no-warnings"