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

https://github.com/errorpro/testing

Testing example with sinon
https://github.com/errorpro/testing

Last synced: about 2 months ago
JSON representation

Testing example with sinon

Awesome Lists containing this project

README

          

This is just simple example what unit testing is. There is one test example with sinon spy, stub, mock.

```
npm i
karma start
```