Socket
Socket
Sign inDemoInstall

jasmine

Package Overview
Dependencies
13
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 2.7.0

6

lib/reporters/console_reporter.js

@@ -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();

4

package.json

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc