Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katsew/training-js-tests
https://github.com/katsew/training-js-tests
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/katsew/training-js-tests
- Owner: katsew
- Created: 2014-11-23T15:29:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T06:09:47.000Z (about 10 years ago)
- Last Synced: 2024-04-15T00:45:08.473Z (10 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```