Skip to content

Commit f6e6932

Browse files
committed
justify FILTER
1 parent 2ecaeb1 commit f6e6932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Test samples are kept in `/test/xxx/samples` folder.
113113
pnpm test validator -- -t a11y-alt-text
114114
```
115115

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+
116118
##### Updating `.expected` files
117119

118120
1. Tests suites like `snapshot` and `parser` assert that the generated output matches the existing snapshot.

0 commit comments

Comments
 (0)