Skip to content

Commit 4ce1030

Browse files
authored
Merge pull request #29 from krymel/main
docs: added link to the solidjs template ts-vitest
2 parents cf3b07f + 6b9fc67 commit 4ce1030

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ practices.</p>
77

88
> Inspired completely by [preact-testing-library](https://github.com/testing-library/preact-testing-library)
99
10-
[![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)
10+
[![Coverage Status](https://coveralls.io/repos/github/ryansolid/solid-testing-library/badge.svg?branch=main)](https://coveralls.io/github/ryansolid/solid-testing-library?branch=main)
1111
[![NPM Version](https://img.shields.io/npm/v/solid-testing-library.svg?style=flat)](https://www.npmjs.com/package/solid-testing-library)
1212
[![](https://img.shields.io/npm/dm/solid-testing-library.svg?style=flat)](https://www.npmjs.com/package/solid-testing-library)
1313
[![Discord](https://img.shields.io/discord/722131463138705510)](https://discord.com/invite/solidjs)
@@ -52,6 +52,10 @@ If you using Jest we recommend using [solid-jest](https://github.com/solidjs/sol
5252
💡 If you are using Jest or vitest, you may also be interested in installing `@testing-library/jest-dom` so you can use
5353
[the custom jest matchers](https://github.com/testing-library/jest-dom).
5454

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+
5559
## Docs
5660

5761
See the [docs](https://testing-library.com/docs/preact-testing-library/intro) over at the Testing Library website.

0 commit comments

Comments
 (0)