🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
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
1.0.3

4

index.d.ts

@@ -7,3 +7,3 @@ /**

*/
declare function theoretically(description: string, theories: any[], testFunction: (theory: any) => void): void
export default theoretically
declare function theoretically<T>(description: string, theories: T[], testFunction: (theory: T) => void): void;
export default theoretically;
{
"name": "jest-theories",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {

@@ -16,3 +16,3 @@ "build": "babel index.js --out-dir dist"

"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
"babel-preset-env": "^1.7.0"
},

@@ -19,0 +19,0 @@ "license": "MIT",