We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd7d4f commit 18b68f2Copy full SHA for 18b68f2
develop-docs/development-infrastructure/testing.mdx
@@ -363,10 +363,10 @@ See the [Frontend Handbook](/frontend/#testing) for more Jest testing tips.
363
364
```shell
365
# Run jest in interactive mode
366
-yarn test
+pnpm test
367
368
# Run a single test
369
-yarn test tests/js/spec/views/issueList/overview.spec.js
+pnpm test tests/js/spec/views/issueList/overview.spec.js
370
```
371
372
### API Fixtures
0 commit comments