docs(contributing): update test command (#2234)

This commit is contained in:
Charles Kornoelje 2023-12-08 23:39:25 -05:00 committed by GitHub
parent 50a8677dba
commit 19960f6d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.