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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,8 @@ Test samples are kept in `/test/xxx/samples` folder.
113
113
pnpm test validator -- -t a11y-alt-text
114
114
```
115
115
116
+
(You can also do `FILTER=<test-name> pnpm test <suite-name>` which removes other tests rather than simply skipping them — this will result in faster and more compact test results, but it's non-idiomatic. Choose your fighter.)
117
+
116
118
##### Updating `.expected` files
117
119
118
120
1. Tests suites like `snapshot` and `parser` assert that the generated output matches the existing snapshot.
0 commit comments