File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
77Component snapshot testing made easy.
88
9- ## Install
9+ ## Install ⚙️
1010
1111``` bash
1212yarn add -D jest-component-snapshot puppeteer
1313```
1414
15- ## Usage
15+ ## Usage 🤖
1616
1717Update 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 )
You can’t perform that action at this time.
0 commit comments