Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```