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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T02:20:49.000Z (almost 11 years ago)
- Last Synced: 2025-12-28T06:16:22.523Z (6 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- 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
```