karma-jasmine
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -0,1 +1,3 @@ | ||
var path = require('path'); | ||
var createPattern = function(path) { | ||
@@ -6,5 +8,6 @@ return {pattern: path, included: true, served: true, watched: false}; | ||
var initJasmine = function(files) { | ||
var jasminePath = path.dirname(require.resolve('jasmine-core')); | ||
files.unshift(createPattern(__dirname + '/adapter.js')); | ||
files.unshift(createPattern(__dirname + '/boot.js')); | ||
files.unshift(createPattern(__dirname + '/jasmine.js')); | ||
files.unshift(createPattern(jasminePath + '/jasmine-core/jasmine.js')); | ||
}; | ||
@@ -11,0 +14,0 @@ |
{ | ||
"name": "karma-jasmine", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "A Karma plugin - adapter for Jasmine testing framework.", | ||
@@ -30,6 +30,8 @@ "main": "lib/index.js", | ||
"grunt-npm": "~0.0.2", | ||
"grunt-bump": "~0.0.7" | ||
"grunt-bump": "~0.0.7", | ||
"jasmine-core": "~2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"karma": ">=0.9" | ||
"karma": ">=0.9", | ||
"jasmine-core": "*" | ||
}, | ||
@@ -41,7 +43,9 @@ "license": "MIT", | ||
"Barry Fitzgerald <barfitzgerald@gmail.com>", | ||
"Cornelius Schmale <github@cschmale.de>", | ||
"Niels Dequeker <niels.dequeker@gmail.com>", | ||
"Robin Gloster <robin@loc-com.de>", | ||
"Sergey Tatarintsev <sevinf@yandex-team.ru>", | ||
"jiverson <jiverson222@gmail.com>", | ||
"rpark <objectiv@gmail.com>" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
# karma-jasmine [![Build Status](https://travis-ci.org/karma-runner/karma-jasmine.png?branch=master)](https://travis-ci.org/karma-runner/karma-jasmine) | ||
# karma-jasmine [![Build Status](https://travis-ci.org/karma-runner/karma-jasmine.svg?branch=master)](https://travis-ci.org/karma-runner/karma-jasmine) | ||
@@ -44,3 +44,7 @@ > Adapter for the [Jasmine](http://pivotal.github.io/jasmine/) testing framework. | ||
__Note:__ | ||
Since `karma-jasmine 0.3.0` the jasmine library is no longer bundled with `karma-jasmine` and you have to install it on your own. You can simple do it by: | ||
```bash | ||
npm install jasmine-core --save-dev | ||
``` | ||
## Configuration | ||
@@ -47,0 +51,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
69
12373
2
11
7
270
2