|
|
|
|
|
by Cthulhu_
1308 days ago
|
|
> Well, I would say the biggest difference is while the watch mode you described runs all the tests for every change. This is not true though. Might depend on the test tooling used, but most of the ones I've used only run changed tests (either directly or through change detection via git, e.g. https://nx.dev/concepts/affected) |
|
How many tests will your system run? That's the important question.