Skip to content

Commit

Permalink
docs: add a instruction about how to run one test on your local compu…
Browse files Browse the repository at this point in the history
…ter (#4769)
  • Loading branch information
TrickyPi committed Dec 27, 2022
1 parent f182eee commit 02c84c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -16,6 +16,10 @@ We welcome any type of contribution, not only code. You can help with

Working on your first Pull Request? You can learn how from this _free_ course, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).

### How to run one test on your local machine

you can set up `solo:true` in `_config.js` in one test and run `npm run test`.

## Submitting code

Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it. The pull request should also contain tests.
Expand Down

0 comments on commit 02c84c2

Please sign in to comment.