Socket
Socket
Sign inDemoInstall

jest-each

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-each - npm Package Compare versions

Comparing version 23.2.0 to 23.4.0

2

build/bind.js

@@ -162,3 +162,3 @@ 'use strict';

},
{args: [], title}
{args: [], title: title}
);

@@ -165,0 +165,0 @@

@@ -92,3 +92,12 @@ 'use strict';

return {describe, fdescribe, fit, it, test, xdescribe, xit, xtest};
return {
describe: describe,
fdescribe: fdescribe,
fit: fit,
it: it,
test: test,
xdescribe: xdescribe,
xit: xit,
xtest: xtest
};
};

@@ -95,0 +104,0 @@ /**

{
"name": "jest-each",
"version": "23.2.0",
"version": "23.4.0",
"description": "Parameterised tests for Jest",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -10,3 +10,3 @@ <div align="center">

A parameterised testing library for [Jest](https://facebook.github.io/jest/) inspired by [mocha-each](https://github.com/ryym/mocha-each).
A parameterised testing library for [Jest](https://jestjs.io/) inspired by [mocha-each](https://github.com/ryym/mocha-each).

@@ -13,0 +13,0 @@ jest-each allows you to provide multiple arguments to your `test`/`describe` which results in the test/suite being run once per row of parameters.

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