🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jest-theories

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-theories - npm Package Compare versions

Comparing version

to
0.0.4

8

dist/index.js

@@ -9,2 +9,8 @@ 'use strict';

var _stringFormat = require('string-format');
var _stringFormat2 = _interopRequireDefault(_stringFormat);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var theoretically = function theoretically(testName, theories, testFunc) {

@@ -19,3 +25,3 @@ if (!test) {

theories.forEach(function (theory) {
test(testName, testFunc.bind(undefined, theory));
test(testName.format(theory), testFunc.bind(undefined, theory));
});

@@ -22,0 +28,0 @@ };

2

package.json
{
"name": "jest-theories",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {

@@ -5,0 +5,0 @@ "build": "babel index.js --out-dir dist"