karma-jasmine
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "karma-jasmine", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A Karma plugin - adapter for Jasmine testing framework.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,7 +5,9 @@ # karma-jasmine [![Build Status](https://travis-ci.org/karma-runner/karma-jasmine.png?branch=master)](https://travis-ci.org/karma-runner/karma-jasmine) | ||
## Installation | ||
**This plugin ships with Karma by default, so you don't need to install it, it should just work ;-)** | ||
### Jasmine 1.3 ([docs](http://pivotal.github.io/jasmine/)) | ||
The easiest way is to keep `karma-jasmine` as a devDependency in your `package.json`. | ||
```json | ||
@@ -15,3 +17,3 @@ { | ||
"karma": "~0.10", | ||
"karma-jasmine": "~0.1" | ||
"karma-jasmine": "~0.1.0" | ||
} | ||
@@ -26,2 +28,21 @@ } | ||
### Jasmine 2.0 ([docs](http://jasmine.github.io/2.0/introduction.html)) | ||
The easiest way is to keep `karma-jasmine` as a devDependency in your `package.json`. | ||
```json | ||
{ | ||
"devDependencies": { | ||
"karma": "~0.10", | ||
"karma-jasmine": "~0.2.0" | ||
} | ||
} | ||
``` | ||
You can simple do it by: | ||
```bash | ||
npm install karma-jasmine@2_0 --save-dev | ||
``` | ||
## Configuration | ||
@@ -28,0 +49,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65
73861
7