Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashkathe/unit-testing-js
- Owner: yashkathe
- Created: 2023-08-09T12:24:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T08:43:46.000Z (about 1 year ago)
- Last Synced: 2023-09-12T16:42:39.743Z (about 1 year ago)
- Topics: unit-testing
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)