Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
15
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2

26

build/index.d.ts

@@ -7,10 +7,11 @@ /**

*/
/// <reference types="node" />
import type {Arguments} from 'yargs';
import type {CoverageMapData} from 'istanbul-lib-coverage';
import type {ForegroundColor} from 'chalk';
import type * as ProcessModule from 'process';
import type {ReportOptions} from 'istanbul-reports';
import type {SnapshotFormat} from '@jest/schemas';
import * as ProcessModule from 'process';
import {ForegroundColor} from 'chalk';
import {CoverageMapData} from 'istanbul-lib-coverage';
import {ReportOptions} from 'istanbul-reports';
import {Arguments} from 'yargs';
import {SnapshotFormat} from '@jest/schemas';

@@ -119,2 +120,3 @@ declare type Argv = Arguments<

duration?: number | null;
startAt?: number | null;
/**

@@ -307,2 +309,3 @@ * Whether [`test.failing()`](https://jestjs.io/docs/api#testfailingname-fn-timeout)

ProjectConfig,
SetupAfterEnvPerfStats,
Argv,

@@ -402,2 +405,3 @@ };

useStderr: boolean;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
watch: boolean;

@@ -697,2 +701,3 @@ watchPathIgnorePatterns: Array<string>;

verbose?: boolean;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
watch: boolean;

@@ -871,2 +876,3 @@ watchAll: boolean;

verbose?: boolean;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
watch: boolean;

@@ -1007,2 +1013,3 @@ watchAll: boolean;

testRunner: string;
testTimeout: number;
transform: Array<[string, string, Record<string, unknown>]>;

@@ -1012,2 +1019,3 @@ transformIgnorePatterns: Array<string>;

unmockedModulePathPatterns?: Array<string>;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
workerIdleMemoryLimit?: number;

@@ -1034,2 +1042,7 @@ };

declare type SetupAfterEnvPerfStats = {
setupAfterEnvStart: number;
setupAfterEnvEnd: number;
};
declare type ShardConfig = {

@@ -1205,2 +1218,3 @@ shardIndex: number;

invocations: number;
startedAt?: number | null;
status: TestStatus;

@@ -1207,0 +1221,0 @@ location?: {

{
"name": "@jest/types",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

@@ -23,3 +23,3 @@ "type": "git",

"dependencies": {
"@jest/schemas": "30.0.0-alpha.1",
"@jest/schemas": "30.0.0-alpha.2",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -38,3 +38,3 @@ "@types/istanbul-reports": "^3.0.0",

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc