Skip to content

Commit

Permalink
docs(contributing): update test command (pmndrs#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Dec 9, 2023
1 parent 50a8677 commit 19960f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ you can use this suggested workflow:
- Create failing tests for your fix or new feature;
- Implement your changes and confirm that all test are passing.
You can run the tests continuously during development
with the `yarn test:dev` command.
with the `yarn test` command.
- If you want to test it in a React project:
- Either use `yarn link`, or
- Use the `yalc` package.
Expand Down

0 comments on commit 19960f6

Please sign in to comment.