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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This module is distributed via npm which is bundled with node and should be inst
44
44
as one of your project's `devDependencies`:
45
45
46
46
```sh
47
-
npm install --save-dev solid-testing-library
47
+
npm install --save-dev @solidjs/testing-library
48
48
```
49
49
50
50
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.
0 commit comments