Skip to content

Commit 5935362

Browse files
committed
Merge branch 'main' of github.com:solidui/solid-testing-library
2 parents 87b08ba + aa167d7 commit 5935362

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ practices.</p>
66

77
> Inspired completely by [preact-testing-library](https://github.com/testing-library/preact-testing-library)
88
9+
[![Coverage Status](https://img.shields.io/coveralls/github/ryansolid/solid-testing-library.svg?style=flat)](https://coveralls.io/github/ryansolid/solid-testing-library?branch=main)
910
[![NPM Version](https://img.shields.io/npm/v/solid-testing-library.svg?style=flat)](https://www.npmjs.com/package/solid-testing-library)
1011
[![](https://img.shields.io/npm/dm/solid-testing-library.svg?style=flat)](https://www.npmjs.com/package/solid-testing-library)
1112
[![Discord](https://img.shields.io/discord/722131463138705510)](https://discord.com/invite/solidjs)
@@ -40,6 +41,7 @@ as one of your project's `devDependencies`:
4041
```
4142
npm install --save-dev solid-testing-library
4243
```
44+
If you using Jest we recommend using [solid-jest](https://github.com/solidjs/solid-jest) to properly resolve the browser version of Solid as Jest will default to the server version when run in Node.
4345

4446
💡 You may also be interested in installing `@testing-library/jest-dom` so you can use
4547
[the custom jest matchers](https://github.com/testing-library/jest-dom).

0 commit comments

Comments
 (0)