Skip to content

Commit

Permalink
Fix test command in contributing guide (#9237)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Dalgleish <mark.john.dalgleish@gmail.com>
  • Loading branch information
mic-sob and markdalgleish committed Apr 29, 2024
1 parent 575d858 commit 9e0980a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,3 +675,4 @@
- zainfathoni
- zayenz
- zhe
- mic-sob
4 changes: 2 additions & 2 deletions docs/guides/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ The playground generated from `pnpm playground:new` is based on a template in `s

### Testing

Before running the tests, you need to run a build. After you build, running `pnpm test` from the root directory will run **every** package's tests. If you want to run tests for a specific package, use `pnpm test --selectProjects <display-name>`:
Before running the tests, you need to run a build. After you build, running `pnpm test` from the root directory will run **every** package's tests. If you want to run tests for a specific package, use `pnpm test:primary --selectProjects <display-name>`:

```shellscript nonumber
# Test all packages
pnpm test
# Test only @remix-run/express
pnpm test --selectProjects express
pnpm test:primary --selectProjects express
```

## Repository Branching
Expand Down

0 comments on commit 9e0980a

Please sign in to comment.