Closed
Description
What is the problem this feature will solve?
At the moment, transitioning to node:test
from mocha
isn't always possible because of perf regressions in the execution of the test suite. This feature will allow us to break these perf executions.
Here are some perf times that I run in our Astro repository: withastro/astro#9758 (comment)
What is the feature you are proposing to solve the problem?
I would propose to accept an option to change the default behaviour. I don't want to bikeshed the name of the option, I leave to people that are better than me.
What alternatives have you considered?
Unfortunately, there isn't an alternative. We really want to transition to node:test
, although at Astro we have a lot of tests, and we want to make sure that our CI doesn't become way slower than it already is.
Activity