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
- Host: GitHub
- URL: https://github.com/errorpro/testing
- Owner: ErrorPro
- Created: 2015-08-23T18:19:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T02:20:49.000Z (over 10 years ago)
- Last Synced: 2025-01-20T17:24:21.409Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```