Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hargne/jest-html-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.10.0
Choose a base ref
...
head repository: Hargne/jest-html-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a66cca4b0e8f07bc3b17da61bb23638034ece0ba
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 22, 2023

  1. Copy the full SHA
    3465350 View commit details
  2. Merge pull request #167 from shreypuranik/readme-update-with-npm-inst…

    …ructions
    
    Adding npm install instructions to README
    Hargne authored Jun 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    17129cb View commit details
  3. Updated README

    Hargne committed Jun 22, 2023
    Copy the full SHA
    a66cca4 View commit details
Showing with 10 additions and 2 deletions.
  1. +9 −1 README.md
  2. +1 −1 package.json
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,15 @@

## Installation

```shell
**npm:**:

```
$ npm install jest-html-reporter --save-dev
```

**yarn:**

```
$ yarn add jest-html-reporter --dev
```

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-html-reporter",
"version": "3.10.0",
"version": "3.10.1",
"description": "Jest test results processor for generating a summary in HTML",
"main": "dist/index.js",
"unpkg": "dist/index.js",