mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 16:16:48 +00:00
build
This commit is contained in:
4
node_modules/jest-mock/build/index.d.ts
generated
vendored
4
node_modules/jest-mock/build/index.d.ts
generated
vendored
@@ -11,9 +11,7 @@ declare namespace JestMock {
|
||||
type MockFunctionMetadataType = 'object' | 'array' | 'regexp' | 'function' | 'constant' | 'collection' | 'null' | 'undefined';
|
||||
type MockFunctionMetadata<T, Y extends Array<unknown>, Type = MockFunctionMetadataType> = {
|
||||
ref?: number;
|
||||
members?: {
|
||||
[key: string]: MockFunctionMetadata<T, Y>;
|
||||
};
|
||||
members?: Record<string, MockFunctionMetadata<T, Y>>;
|
||||
mockImpl?: (...args: Y) => T;
|
||||
name?: string;
|
||||
refID?: number;
|
||||
|
||||
Reference in New Issue
Block a user