Skip to content

Commit 537d33e

Browse files
authored
chore: replace "pnpm test" with "pnpm test:kit" in CONTRIBUTING.md (#13965)
* Update CONTRIBUTING.md * Include mention of test:others in the readme
1 parent a82ffb5 commit 537d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Issues with the [**soon**](https://github.com/sveltejs/kit/issues?q=is%3Aissue+i
6969

7070
## Testing
7171

72-
Run `pnpm test` to run the tests from all subpackages. Browser tests live in subdirectories of `packages/kit/test` such as `packages/kit/test/apps/basics`.
72+
Run `pnpm test:kit` to run the tests from the `packages/kit` directory. You can also run `pnpm test:others` to run tests from all packages __except__ the `packages/kit` directory. Browser tests live in subdirectories of `packages/kit/test` such as `packages/kit/test/apps/basics`.
7373

7474
You can run the tests for only a single package by first moving to that directory. E.g. `cd packages/kit`.
7575

0 commit comments

Comments
 (0)