Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jasmine

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

README.md

9

lib/examples/jasmine.json
{
// Spec directory path. Your spec_files must be relative to this path
"spec_dir": "spec",
// Array of filepaths (and globs) relative to spec_dir to include
"spec_files": [
"**/*[sS]pec.js"
],
// Array of filepaths (and globs) relative spec_dir to include before jasmine specs
"helpers": [
"helpers/**/*.js"
],
// Stop execution of a spec after the first expectation failure in it
stopSpecOnExpectationFailure: false,
// Run specs in semi-random order
random: false
"stopSpecOnExpectationFailure": false,
"random": false
}

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "2.4.0",
"version": "2.4.1",
"repository": {

@@ -15,0 +15,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc