Skip to content

Commit

Permalink
Fix README images
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
rickhanlonii authored Sep 6, 2022
1 parent bfcdaed commit 9119a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h1 align="center">
<img src="http://dp.hanlon.io/0u2T0M3Z3i0g/shhh.png" height="150" width="300"/>
<img src="https://user-images.githubusercontent.com/2440089/188526466-f9934af0-bd67-4d03-ad84-8ff0a41761e8.png" height="150"/>
<p>Jest Silent Reporter</p>
</h1>
<p align="center">
Custom <a href="https://jestjs.io/docs/en/configuration#reporters-array-modulename-modulename-options">reporter</a>
for <a href="https://jestjs.io">Jest</a> that only prints failed tests.</p>
<p align="center">
<img src="http://dp.hanlon.io/0O2p312H2C3B/Image%202018-06-07%20at%208.26.20%20PM.png" height="200"/>
<img src="https://user-images.githubusercontent.com/2440089/188526149-afb2600a-ddb3-49ec-83e8-dfdc2fb975d2.png" height="200"/>
</p>

## Installation
Expand Down Expand Up @@ -85,11 +85,11 @@ Note: this config is also available as an environment variable `JEST_SILENT_REP

#### All tests passed

![Screenshot: all tests passed](http://dp.hanlon.io/0O2p312H2C3B/Image%202018-06-07%20at%208.26.20%20PM.png)
![Screenshot: all tests passed](https://user-images.githubusercontent.com/2440089/188526258-3d352067-d0c4-4999-9e22-5613981c8887.png)

#### Tests failed

![Screenshot: some tests failed](http://dp.hanlon.io/110J3c2s0Y0v/Image%202018-06-07%20at%208.29.22%20PM.png)
![Screenshot: some tests failed](https://user-images.githubusercontent.com/2440089/188526185-4b3e217c-0228-4e3d-930a-5e508e4770b3.png)

## Licence

Expand Down

0 comments on commit 9119a33

Please sign in to comment.