Skip to content

Commit

Permalink
Document how to run a single test (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jan 31, 2021
1 parent c9b0f0b commit 81730eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ pnpm build
```

You should now be able to run the [examples](examples) by navigating to one of the directories and doing `pnpm dev`.

## Testing

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 comments on commit 81730eb

Please sign in to comment.