@jest/types
Advanced tools
@@ -397,3 +397,3 @@ /** | ||
testEnvironmentOptions: Record<string, unknown>; | ||
testFailureExitCode: string | number; | ||
testFailureExitCode: number; | ||
testLocationInResults: boolean; | ||
@@ -747,3 +747,3 @@ testMatch: Array<string>; | ||
platforms?: Array<string>; | ||
/** Whether to throw on error on module collision. */ | ||
/** Whether to throw an error on module collision. */ | ||
throwOnModuleCollision?: boolean; | ||
@@ -750,0 +750,0 @@ /** Custom HasteMap module */ |
{ | ||
"name": "@jest/types", | ||
"version": "30.0.0-alpha.6", | ||
"version": "30.0.0-alpha.7", | ||
"repository": { | ||
@@ -23,4 +23,4 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/pattern": "30.0.0-alpha.6", | ||
"@jest/schemas": "30.0.0-alpha.6", | ||
"@jest/pattern": "30.0.0-alpha.7", | ||
"@jest/schemas": "30.0.0-alpha.7", | ||
"@types/istanbul-lib-coverage": "^2.0.0", | ||
@@ -35,3 +35,3 @@ "@types/istanbul-reports": "^3.0.0", | ||
}, | ||
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5" | ||
"gitHead": "bacb7de30d053cd87181294b0c8a8576632a8b02" | ||
} |
31238
-0.03%