What is the problem this feature will solve?
Currently it's very hard to use node:test to test against an external database or an external service with state as multiple files are automatically run in parallel.
What is the feature you are proposing to solve the problem?
Adding a node --test --test-concurrenty=1 will do the trick
What alternatives have you considered?
Calling run manually.
What is the problem this feature will solve?
Currently it's very hard to use
node:testto test against an external database or an external service with state as multiple files are automatically run in parallel.What is the feature you are proposing to solve the problem?
Adding a
node --test --test-concurrenty=1will do the trickWhat alternatives have you considered?
Calling
runmanually.