Skip to content

Commit

Permalink
docs: Adding npm install instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
shreypuranik committed Jun 22, 2023
1 parent 3a1afec commit 3465350
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@

## Installation

```shell
If using yarn:
```
$ yarn add jest-html-reporter --dev
```

If using npm:
```
$ npm install jest-html-reporter --save-dev
```
## Usage

Configure Jest to process the test results by adding the following entry to the Jest config (jest.config.json):
Expand Down

0 comments on commit 3465350

Please sign in to comment.