You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing some unit-testing will help merging community contributions and updates to external packages by giving us more safety that a change doesn't introduce any unknown side-effects.
There are two areas of testing in that we could consider:
Unit test with Jest
End2End testing with Playwright
E2E testing could be be done using screen-snapshots, enabling visual diffs on a change.
The text was updated successfully, but these errors were encountered:
Implementing some unit-testing will help merging community contributions and updates to external packages by giving us more safety that a change doesn't introduce any unknown side-effects.
There are two areas of testing in that we could consider:
E2E testing could be be done using screen-snapshots, enabling visual diffs on a change.
The text was updated successfully, but these errors were encountered: