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
@@ -40,6 +41,7 @@ as one of your project's `devDependencies`:
40
41
```
41
42
npm install --save-dev solid-testing-library
42
43
```
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.
43
45
44
46
💡 You may also be interested in installing `@testing-library/jest-dom` so you can use
45
47
[the custom jest matchers](https://github.com/testing-library/jest-dom).
0 commit comments