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
{{ message }}
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
Add Vitest as the testing framework for the library. Vitest is a fast and performant alternative to Jest, designed to work well with TypeScript and provides a modern testing experience.
Tasks:
Install Vitest and its dependencies.
Create a basic configuration for Vitest.
Update the documentation with instructions on how to write and run tests using Vitest.
Write some example tests to verify that the setup works correctly.
Description:
Add Vitest as the testing framework for the library. Vitest is a fast and performant alternative to Jest, designed to work well with TypeScript and provides a modern testing experience.
Tasks: