jest-watcher
Advanced tools
Comparing version 25.2.6 to 25.2.7
@@ -33,3 +33,3 @@ /// <reference types="node" /> | ||
onTestRunComplete: (results: AggregatedResult) => void; | ||
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean>; | ||
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean> | boolean; | ||
}; | ||
@@ -36,0 +36,0 @@ export declare type UsageData = { |
@@ -32,3 +32,3 @@ /** | ||
onTestRunComplete: (results: AggregatedResult) => void; | ||
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean>; | ||
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean> | boolean; | ||
}; | ||
@@ -35,0 +35,0 @@ export declare type UsageData = { |
{ | ||
"name": "jest-watcher", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "25.2.6", | ||
"version": "25.2.7", | ||
"main": "build/index.js", | ||
@@ -41,3 +41,3 @@ "types": "build/index.d.ts", | ||
}, | ||
"gitHead": "43207b743df164e9e58bd483dd9167b9084da18b" | ||
"gitHead": "3c2fa9347b86460b5dfc558f033b8d4eec0ff8e1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41947