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 41e5a18 commit b166037Copy full SHA for b166037
docs/content/docs/1.getting-started/4.contribution.md
@@ -213,11 +213,10 @@ pnpm run typecheck
213
214
### Testing
215
216
-Before submitting a PR, ensure that you run the tests for both `nuxt` and `vue`:
+Before submitting a PR, ensure that you run the tests:
217
218
```sh
219
-pnpm run test # for Nuxt
220
-pnpm run test:vue # for Vue
+pnpm run test
221
```
222
223
::tip
0 commit comments