increase accuracy

pull/9673/head
Rich Harris 3 years ago
parent a9f09a747c
commit 2ecaeb193a

@ -107,7 +107,7 @@ Test samples are kept in `/test/xxx/samples` folder.
pnpm test validator
```
1. To run an individual test _within_ a test suite, use `pnpm test <suite-name> -- -t <test-name>`, for example:
1. To filter tests _within_ a test suite, use `pnpm test <suite-name> -- -t <test-name>`, for example:
```bash
pnpm test validator -- -t a11y-alt-text

Loading…
Cancel
Save