Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashkathe/unit-testing-js

Notes and code for unit testing with Vitest
https://github.com/yashkathe/unit-testing-js

unit-testing

Last synced: about 4 hours ago
JSON representation

Notes and code for unit testing with Vitest

Awesome Lists containing this project

README

        

# Javascript Unit Testing with Vitest

Vitest is the unit testing framework built on top of Vite and is an excellent unit test framework with many modern features such as: Component testing for Vue, React, Svelte, Lit and more

## Index

- [Installation](./Installation/)
- [Basics of Testing](./Basics-of-testing/)
- [Writing Good Tests](./Writing-good-tests/)