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

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

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/)