@jest/test-result
Advanced tools
Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2
@@ -7,14 +7,15 @@ /** | ||
*/ | ||
import type {Circus} from '@jest/types'; | ||
import type {Config} from '@jest/types'; | ||
import type {ConsoleBuffer} from '@jest/console'; | ||
import type {CoverageMap} from 'istanbul-lib-coverage'; | ||
import type {CoverageMapData} from 'istanbul-lib-coverage'; | ||
import type {IHasteFS} from 'jest-haste-map'; | ||
import type {IModuleMap} from 'jest-haste-map'; | ||
import type Resolver from 'jest-resolve'; | ||
import type {TestResult as TestResult_2} from '@jest/types'; | ||
import type {TransformTypes} from '@jest/types'; | ||
import type {V8Coverage} from 'collect-v8-coverage'; | ||
import {V8Coverage} from 'collect-v8-coverage'; | ||
import {CoverageMap, CoverageMapData} from 'istanbul-lib-coverage'; | ||
import {ConsoleBuffer} from '@jest/console'; | ||
import { | ||
Circus, | ||
Config, | ||
TestResult as TestResult_2, | ||
TransformTypes, | ||
} from '@jest/types'; | ||
import {IHasteFS, IModuleMap} from 'jest-haste-map'; | ||
import Resolver from 'jest-resolve'; | ||
export declare const addResult: ( | ||
@@ -204,3 +205,9 @@ aggregatedResults: AggregatedResult, | ||
end: number; | ||
loadTestEnvironmentEnd: number; | ||
loadTestEnvironmentStart: number; | ||
runtime: number; | ||
setupAfterEnvEnd: number; | ||
setupAfterEnvStart: number; | ||
setupFilesEnd: number; | ||
setupFilesStart: number; | ||
slow: boolean; | ||
@@ -207,0 +214,0 @@ start: number; |
@@ -143,3 +143,9 @@ /*! | ||
end: 0, | ||
loadTestEnvironmentEnd: 0, | ||
loadTestEnvironmentStart: 0, | ||
runtime: 0, | ||
setupAfterEnvEnd: 0, | ||
setupAfterEnvStart: 0, | ||
setupFilesEnd: 0, | ||
setupFilesStart: 0, | ||
slow: false, | ||
@@ -225,3 +231,9 @@ start: 0 | ||
end: 0, | ||
loadTestEnvironmentEnd: 0, | ||
loadTestEnvironmentStart: 0, | ||
runtime: 0, | ||
setupAfterEnvEnd: 0, | ||
setupAfterEnvStart: 0, | ||
setupFilesEnd: 0, | ||
setupFilesStart: 0, | ||
slow: false, | ||
@@ -228,0 +240,0 @@ start: 0 |
{ | ||
"name": "@jest/test-result", | ||
"version": "30.0.0-alpha.1", | ||
"version": "30.0.0-alpha.2", | ||
"repository": { | ||
@@ -22,4 +22,4 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/console": "30.0.0-alpha.1", | ||
"@jest/types": "30.0.0-alpha.1", | ||
"@jest/console": "30.0.0-alpha.2", | ||
"@jest/types": "30.0.0-alpha.2", | ||
"@types/istanbul-lib-coverage": "^2.0.0", | ||
@@ -29,4 +29,4 @@ "collect-v8-coverage": "^1.0.0" | ||
"devDependencies": { | ||
"jest-haste-map": "30.0.0-alpha.1", | ||
"jest-resolve": "30.0.0-alpha.1" | ||
"jest-haste-map": "30.0.0-alpha.2", | ||
"jest-resolve": "30.0.0-alpha.2" | ||
}, | ||
@@ -39,3 +39,3 @@ "engines": { | ||
}, | ||
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63" | ||
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18363
530
0
+ Added@jest/console@30.0.0-alpha.2(transitive)
+ Added@jest/schemas@30.0.0-alpha.2(transitive)
+ Added@jest/types@30.0.0-alpha.2(transitive)
+ Addedjest-message-util@30.0.0-alpha.2(transitive)
+ Addedjest-util@30.0.0-alpha.2(transitive)
+ Addedpicomatch@3.0.1(transitive)
+ Addedpretty-format@30.0.0-alpha.2(transitive)
- Removed@jest/console@30.0.0-alpha.1(transitive)
- Removed@jest/schemas@30.0.0-alpha.1(transitive)
- Removed@jest/types@30.0.0-alpha.1(transitive)
- Removedjest-message-util@30.0.0-alpha.1(transitive)
- Removedjest-util@30.0.0-alpha.1(transitive)
- Removedpretty-format@30.0.0-alpha.1(transitive)
Updated@jest/console@30.0.0-alpha.2
Updated@jest/types@30.0.0-alpha.2