Skip to content

Commit f4f5bd3

Browse files
committed
update README
1 parent 26c4cc0 commit f4f5bd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# jest-component-snapshot
1+
# jest-component-snapshot 📸
22

33
[![Travis](https://img.shields.io/travis/mmmurray/jest-component-snapshot.svg)](https://travis-ci.org/mmmurray/jest-component-snapshot)
44
[![npm](https://img.shields.io/npm/v/jest-component-snapshot.svg)](https://www.npmjs.com/package/jest-component-snapshot)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
66

77
Component snapshot testing made easy.
88

9-
## Install
9+
## Install ⚙️
1010

1111
```bash
1212
yarn add -D jest-component-snapshot puppeteer
1313
```
1414

15-
## Usage
15+
## Usage 🤖
1616

1717
Update your Jest config to automatically setup and teardown Puppeteer:
1818

@@ -87,7 +87,7 @@ test('DOM snapshot from React element', () => {
8787
})
8888
```
8989

90-
## Alternatives
90+
## Alternatives 🙌
9191

9292
- [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer)
9393
- [jest-image-snapshot](https://www.npmjs.com/package/jest-image-snapshot)

0 commit comments

Comments
 (0)