You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ as one of your project's `devDependencies`:
42
42
```
43
43
npm install --save-dev solid-testing-library
44
44
```
45
+
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.
45
46
46
47
💡 You may also be interested in installing `@testing-library/jest-dom` so you can use
47
48
[the custom jest matchers](https://github.com/testing-library/jest-dom).
0 commit comments