Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloscharz/karmasetup
Getting ready to test AngularJS application with Karma (Test Runner) and Jasmine (Test framework)
https://github.com/carloscharz/karmasetup
Last synced: 3 days ago
JSON representation
Getting ready to test AngularJS application with Karma (Test Runner) and Jasmine (Test framework)
- Host: GitHub
- URL: https://github.com/carloscharz/karmasetup
- Owner: carlosCharz
- Created: 2014-12-25T22:30:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T05:57:18.000Z (almost 10 years ago)
- Last Synced: 2023-07-31T20:27:09.869Z (over 1 year ago)
- Language: JavaScript
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
karmaSetup
==========Getting ready to test AngularJS application with Karma (Test Runner) and Jasmine (Test Framework).
##### Karma Installation
```javascript
npm install -g karma
npm install -g karma-cli
```##### Karma Installation
```javascript
karma start sample.conf.js
```