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
@@ -52,6 +52,10 @@ If you using Jest we recommend using [solid-jest](https://github.com/solidjs/sol
52
52
💡 If you are using Jest or vitest, you may also be interested in installing `@testing-library/jest-dom` so you can use
53
53
[the custom jest matchers](https://github.com/testing-library/jest-dom).
54
54
55
+
## Integration with Vite
56
+
57
+
A working Vite template setup with `solid-testing-library` and TypeScript support can be found [here](https://github.com/solidjs/solid-start/tree/main/examples/with-vitest).
58
+
55
59
## Docs
56
60
57
61
See the [docs](https://testing-library.com/docs/preact-testing-library/intro) over at the Testing Library website.
0 commit comments