Skip to content

Commit 81730eb

Browse files
authored
Document how to run a single test (#352)
1 parent c9b0f0b commit 81730eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ pnpm build
2525
```
2626

2727
You should now be able to run the [examples](examples) by navigating to one of the directories and doing `pnpm dev`.
28+
29+
## Testing
30+
31+
Run `pnpm test` to run the tests from all subpackages. Browser tests live in subpackages of `test/` such as `test/apps/basics/`. To run a single test, open up the file and change `test` to `test.only` for the relevant test.

0 commit comments

Comments
 (0)