jest-theories
Advanced tools
Comparing version
@@ -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", |
4678
0.02%