Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
Maintainers
6
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/test-result - npm Package Compare versions

Comparing version 28.0.0-alpha.8 to 28.0.0-alpha.9

16

build/index.d.ts

@@ -67,9 +67,2 @@ /**

declare type Context = {
config: Config.ProjectConfig;
hasteFS: FS;
moduleMap: ModuleMap;
resolver: Resolver;
};
export declare const createEmptyTestResult: () => TestResult;

@@ -168,3 +161,3 @@

export declare type Test = {
context: Context;
context: TestContext;
duration?: number;

@@ -176,2 +169,9 @@ path: string;

export declare type TestContext = {
config: Config.ProjectConfig;
hasteFS: FS;
moduleMap: ModuleMap;
resolver: Resolver;
};
export declare type TestEvents = {

@@ -178,0 +178,0 @@ 'test-file-start': [Test];

{
"name": "@jest/test-result",
"version": "28.0.0-alpha.8",
"version": "28.0.0-alpha.9",
"repository": {

@@ -20,4 +20,4 @@ "type": "git",

"dependencies": {
"@jest/console": "^28.0.0-alpha.8",
"@jest/types": "^28.0.0-alpha.8",
"@jest/console": "^28.0.0-alpha.9",
"@jest/types": "^28.0.0-alpha.9",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -32,3 +32,3 @@ "collect-v8-coverage": "^1.0.0"

},
"gitHead": "d915e7df92b220dbe6e124585ba6459838a6c41c"
"gitHead": "7c63f5981eb20d4b89a4c04f3675e0050d8d7887"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc