|
2 | 2 |
|
3 | 3 | A set of tools for emulating browser behavior in jsdom environment |
4 | 4 |
|
| 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 | + |
5 | 12 | ## Installation |
6 | 13 |
|
7 | 14 | ```sh |
@@ -110,3 +117,21 @@ Other `IntersectionObserverEntry` params can be passed as `desc` argument |
110 | 117 | Triggers the intersection observer callback for all of the observed nodes |
111 | 118 | and `isIntersected` set to `true` (for `enterAll`) or `false` (for `leaveAll`). |
112 | 119 | 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