Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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