We have pretty good functionality coverage from the end to end test suite so it isn't clear whether we need more unit tests.
On the other hand, we have some unit tests so it may be worthwhile checking if more can be usefully written.
Unit tests are quick and easy to run in a local dev environment compared to the end to end tests which are only run in CI on PR and merge to main.
We have pretty good functionality coverage from the end to end test suite so it isn't clear whether we need more unit tests.
On the other hand, we have some unit tests so it may be worthwhile checking if more can be usefully written.
Unit tests are quick and easy to run in a local dev environment compared to the end to end tests which are only run in CI on PR and merge to main.