Skip to content

Commit 7edc4f1

Browse files
committed
Update README
1 parent 1acc9c2 commit 7edc4f1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
A set of tools for emulating browser behavior in jsdom environment
44

5+
[![Build status][build-status-badge]][build-status]
6+
[![version][version-badge]][package]
7+
[![PRs Welcome][prs-badge]][prs]
8+
[![downloads][downloads-badge]][npmtrends]
9+
[![MIT License][license-badge]][license]
10+
[![Code of Conduct][coc-badge]][coc]
11+
512
## Installation
613

714
```sh
@@ -110,3 +117,21 @@ Other `IntersectionObserverEntry` params can be passed as `desc` argument
110117
Triggers the intersection observer callback for all of the observed nodes
111118
and `isIntersected` set to `true` (for `enterAll`) or `false` (for `leaveAll`).
112119
Other `IntersectionObserverEntry` params can be passed as `desc` argument
120+
121+
<!-- prettier-ignore-start -->
122+
123+
[version-badge]: https://img.shields.io/npm/v/jsdom-testing-mocks.svg?style=flat-square
124+
[package]: https://www.npmjs.com/package/jsdom-testing-mocks
125+
[downloads-badge]: https://img.shields.io/npm/dm/jsdom-testing-mocks.svg?style=flat-square
126+
[npmtrends]: http://www.npmtrends.com/jsdom-testing-mocks
127+
[license-badge]: https://img.shields.io/npm/l/jsdom-testing-mocks.svg?style=flat-square
128+
[license]: https://github.com/trurl-master/jsdom-testing-mocks/blob/master/LICENSE
129+
[build-status-badge]: https://img.shields.io/github/workflow/status/trurl-master/jsdom-testing-mocks/CI
130+
[build-status]: https://github.com/trurl-master/jsdom-testing-mocks/actions/workflows/main.yml
131+
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
132+
[prs]: http://makeapullrequest.com
133+
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
134+
[coc]: https://github.com/trurl-master/jsdom-testing-mocks/blob/master/CODE_OF_CONDUCT.md
135+
136+
137+
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)