Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jasmine - npm Package Compare versions

Comparing version 2.9.1 to 2.9.2

2

docs/rules/expect-single-argument.md

@@ -1,2 +0,2 @@

# Enforce expect having a single argument.
# Enforce expect having a single argument (expect-single-argument).

@@ -3,0 +3,0 @@ Ensure `expect` is called with a single argument.

@@ -1,2 +0,2 @@

# Disallow the assignment of a `spyOn` return value
# Disallow the assignment of a `spyOn` return value (no-assign-spyon).

@@ -3,0 +3,0 @@ It is often more obvious to pass the spy as a property of the object spied upon

@@ -1,2 +0,2 @@

# Disallow using setup and teardown methods outside a suite
# Disallow using setup and teardown methods outside a suite (no-global-setup).

@@ -3,0 +3,0 @@ Make sure that all uses of the global `beforeEach`, `afterEach`, `beforeAll`, and `afterAll` methods are within a suite.

@@ -1,2 +0,2 @@

# Enforce that a suites's callback does not contain any arguments
# Enforce that a suites's callback does not contain any arguments (no-suite-callback-args).

@@ -3,0 +3,0 @@ Jasmine's specs takes an argument, normally called `done`, to enable

@@ -1,2 +0,2 @@

# Enforce spies to be defined in before/after/it blocks
# Enforce spies to be defined in before/after/it blocks (no-unsafe-spy).

@@ -3,0 +3,0 @@ Make sure named spies are declared only in before/after/it jasmine blocks.

@@ -1,2 +0,2 @@

# Enforce jasmine matchers are used instead of comparison within expect
# Enforce jasmine matchers are used instead of comparison within expect (prefer-jasmine-matcher).

@@ -3,0 +3,0 @@ This rule enforces that within `expect` jasmine matchers are used instead of comparison operators such as

@@ -54,3 +54,3 @@ {

},
"version": "2.9.1"
"version": "2.9.2"
}
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