Skip to content

Commit

Permalink
docs: add test commands in CONTRIBUTING.md (#1192)
Browse files Browse the repository at this point in the history
Refs: #951
  • Loading branch information
trivikr authored Feb 1, 2022
1 parent f22a515 commit eb35cc7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* [Guides](#guides)
* [Update `llhttp`](#update-llhttp)
* [Test](#test)
* [Coverage](#coverage)
* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin)
* [Moderation Policy](#moderation-policy)

Expand Down Expand Up @@ -74,6 +76,20 @@ cd <your-path-to-undici>
npm run build:wasm
```

<a id="test"></a>
### Test

```bash
npm run test
```

<a id="coverage"></a>
### Coverage

```bash
npm run coverage
```

<a id="developers-certificate-of-origin"></a>
## Developer's Certificate of Origin 1.1

Expand Down

0 comments on commit eb35cc7

Please # to comment.