DEV Community

Discussion on: Testing your Solid.js code with jest

Collapse
 
romaintrotard profile image
Romain Trotard

Really useful. Thank you for the config :)

Collapse
 
lexlohr profile image
Alex Lohr • Edited

You may want to have a look at vitest, which can easily replace jest while being smaller and faster.

There's now an official starter template with typescript, vitest, solid-testing-library and jest-dom included that can serve as an example.

Collapse
 
romaintrotard profile image
Romain Trotard

Gonna give it a try :)