Skip to content

Commit b166037

Browse files
committed
docs(contribution): remove test vue command
1 parent 41e5a18 commit b166037

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/content/docs/1.getting-started/4.contribution.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,10 @@ pnpm run typecheck
213213

214214
### Testing
215215

216-
Before submitting a PR, ensure that you run the tests for both `nuxt` and `vue`:
216+
Before submitting a PR, ensure that you run the tests:
217217

218218
```sh
219-
pnpm run test # for Nuxt
220-
pnpm run test:vue # for Vue
219+
pnpm run test
221220
```
222221

223222
::tip

0 commit comments

Comments
 (0)