Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katsew/training-js-tests


https://github.com/katsew/training-js-tests

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

training-js-tests
=================

## Frameworks / Library
- Karma v0.12 ( http://karma-runner.github.io/0.12/index.html )
- Jasmine v2.0 ( http://jasmine.github.io/2.0/introduction.html )
- jQuery v2.0 ( http://jquery.com/ )

## Jasmine Library with Karma
- karma-jasmine-jquery ( https://github.com/bessdsv/karma-jasmine-jquery )
- karma-jasmine-ajax ( https://github.com/IDCubed/karma-jasmine-ajax )

## Fixture
```
/test/fixture/*.html
```

## Installation
```
npm install
```

## Test
```
npm test
```