test(ava): removed the failFast flag

since im wondering if it is contributing to recent pipeline instability
This commit is contained in:
Matt Travi 2023-10-20 14:24:20 -05:00
parent 46fd8102ed
commit fabdf9b1c6
No known key found for this signature in database
GPG Key ID: 8C173646C24FED70

View File

@ -9,7 +9,6 @@
"test/**/*.test.js",
"!test/integration.test.js"
],
"failFast": true,
"nodeArguments": [
"--loader=testdouble",
"--no-warnings"