Closed oliviasculley closed 1 year ago
Each of these three tests look like they stalled out somewhere before the first assertion. I am not experiencing this behavior locally... :snowflake: y?
I'm managing to reproduce it locally if I run npm ci && npm run test:e2e
, but that isn't really helping with finding out the cause, looks like it's time to pull out git bisect for the second time tonight :sob:
Yep, git bisect confirmed it was the npm audit fix --force
. However, using git bisect run
is pretty cool :smile: