Problem
as part of the release process, we update the snapshots via npm run test:update-snapshots. This takes a long time, and isn't needed because the PR created from the release runs these tests again.
Definition of Done
- streamline the release process by allowing us to update the snapshots without running the entire unit test suite.
Problem
as part of the release process, we update the snapshots via
npm run test:update-snapshots. This takes a long time, and isn't needed because the PR created from the release runs these tests again.Definition of Done