Comparing version 2.6.0 to 2.7.0
@@ -53,6 +53,10 @@ module.exports = exports = ConsoleReporter; | ||
this.jasmineStarted = function() { | ||
this.jasmineStarted = function(options) { | ||
specCount = 0; | ||
executableSpecCount = 0; | ||
failureCount = 0; | ||
if (options && options.order && options.order.random) { | ||
print('Randomized with seed ' + options.order.seed); | ||
printNewline(); | ||
} | ||
print('Started'); | ||
@@ -59,0 +63,0 @@ printNewline(); |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"repository": { | ||
@@ -24,3 +24,3 @@ "type": "git", | ||
"glob": "^7.0.6", | ||
"jasmine-core": "~2.6.0" | ||
"jasmine-core": "~2.7.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "bin": "./bin/jasmine.js", |
@@ -50,4 +50,6 @@ [![Build Status](https://travis-ci.org/jasmine/jasmine-npm.png?branch=master)](https://travis-ci.org/jasmine/jasmine-npm) | ||
`jasmine JASMINE_CONFIG_PATH=relative/path/to/your/jasmine.json` | ||
`jasmine --config=relative/path/to/your/jasmine.json` | ||
```shell | ||
jasmine JASMINE_CONFIG_PATH=relative/path/to/your/jasmine.json | ||
jasmine --config=relative/path/to/your/jasmine.json | ||
``` | ||
@@ -54,0 +56,0 @@ ## Support |
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
26249
712
63
+ Addedjasmine-core@2.7.0(transitive)
- Removedjasmine-core@2.6.4(transitive)
Updatedjasmine-core@~2.7.0