You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,7 @@ pnpm build
25
25
```
26
26
27
27
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