accordproject / template-playground

Web Playground for TemplateMark templates
https://playground.accordproject.org
Apache License 2.0
15 stars 18 forks source link

chore(test): added vitest with RTL #64

Closed sanketshevkar closed 2 months ago

sanketshevkar commented 2 months ago

Closes #60

Added vitest and RTL. Vitest is a test runner similar to jest but runs tests faster as it uses development build strategies and HMR implemented by Vite. The experieince of writing tests is similar to that of jest. https://vitest.dev/

Author Checklist