Skip to content

Commit 94d61d7

Browse files
committed
#22: Added shields to README.md
1 parent 13d5688 commit 94d61d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# jest-react-mock-utils
22

3+
[![CI](https://img.shields.io/github/actions/workflow/status/snowcoders/jest-react-mock-utils/ci.yml)](https://github.com/snowcoders/jest-react-mock-utils/actions/workflows/publish.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/snowcoders/jest-react-mock-utils/badge.svg?branch=main)](https://coveralls.io/github/snowcoders/jest-react-mock-utils?branch=main)
5+
[![npm version](https://img.shields.io/npm/v/jest-react-mock-utils.svg)](https://www.npmjs.com/package/jest-react-mock-utils)
6+
[![Downloads](https://img.shields.io/npm/dm/jest-react-mock-utils.svg)](https://www.npmjs.com/package/jest-react-mock-utils)
7+
38
Simple utiltiies to help with mocking React scenarios for testing.
49

510
## Usage

0 commit comments

Comments
 (0)