Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrdulin/jasmine-examples
Learning the Jasmine testing framework by examples
https://github.com/mrdulin/jasmine-examples
babel babel7 coverage jasmine jasmine-framework nyc unit-testing
Last synced: 1 day ago
JSON representation
Learning the Jasmine testing framework by examples
- Host: GitHub
- URL: https://github.com/mrdulin/jasmine-examples
- Owner: mrdulin
- Created: 2020-05-08T07:59:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T10:48:16.000Z (9 months ago)
- Last Synced: 2024-03-02T10:33:49.153Z (9 months ago)
- Topics: babel, babel7, coverage, jasmine, jasmine-framework, nyc, unit-testing
- Language: JavaScript
- Homepage:
- Size: 735 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jasmine-examples
Learning Jasmine test framework by examples
Run unit test for a single test file:
```bash
npm t -- /Users/ldu020/workspace/github.com/mrdulin/jasmine-examples/src/stackoverflow/62172073/a.test.js
```