Checklist
Basics
- Write Tests
- Confirm existing tests pass
- Confirm manual testing
- Common cases tested
- 1-2 Edge cases tested
- If your tests changes an existing snapshot
Extended
-
If you are adding a new language feature (graphically visible in VS Code/preview/publishing), an example is included in the test workspace
-
CSS
- display is correct for following dimensions
- sm: screen ≥ 576px, eg. iphonex, (375x812)
- lg: screen ≥ 992px
- xxl: screen ≥ 1600px eg. mac (1600x900)
- display is correct for following browsers (across the various dimensions)
- safari
- firefox
- chrome
- display is correct for following dimensions
Backlinks