https://github.com/actionanand/js-testing
It's basic javascript testing project using Vitest
https://github.com/actionanand/js-testing
testing vitest
Last synced: 11 months ago
JSON representation
It's basic javascript testing project using Vitest
- Host: GitHub
- URL: https://github.com/actionanand/js-testing
- Owner: actionanand
- Created: 2022-05-07T13:40:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T19:00:09.000Z (about 4 years ago)
- Last Synced: 2025-04-02T03:28:25.790Z (about 1 year ago)
- Topics: testing, vitest
- Language: JavaScript
- Homepage:
- Size: 9.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Testing
> It's basic javascript testing project using [Vitest](https://vitest.dev/).
## Resources
- [Simple definition of stub, spy, fake and mock in unit testing](https://stackoverflow.com/questions/52131231/simple-definition-of-stub-spy-fake-and-mock-in-unit-testing)
- [What's the difference between a mock & stub?](https://stackoverflow.com/questions/3459287/whats-the-difference-between-a-mock-stub)
- [testing library](https://testing-library.com/docs/)