mirror of
https://github.com/actions/labeler
synced 2026-05-11 07:31:10 +02:00
build
This commit is contained in:
20
node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.d.ts
generated
vendored
20
node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.d.ts
generated
vendored
@@ -5,7 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
/// <reference types="node" />
|
||||
import { Circus, Config } from '@jest/types';
|
||||
import { Circus, Config, Global } from '@jest/types';
|
||||
import { JestEnvironment } from '@jest/environment';
|
||||
import { TestResult } from '@jest/test-result';
|
||||
export declare const initialize: ({ config, environment, getPrettier, getBabelTraverse, globalConfig, localRequire, parentProcess, testPath, }: {
|
||||
@@ -24,21 +24,21 @@ export declare const initialize: ({ config, environment, getPrettier, getBabelTr
|
||||
beforeAll: (fn: Circus.HookFn, timeout?: number | undefined) => void;
|
||||
beforeEach: (fn: Circus.HookFn, timeout?: number | undefined) => void;
|
||||
describe: {
|
||||
(blockName: string, blockFn: import("@jest/types/build/Global").BlockFn): void;
|
||||
each: (table: import("@jest/types/build/Global").EachTable, ...taggedTemplateData: unknown[]) => (title: string, test: import("@jest/types/build/Global").EachTestFn, timeout?: number | undefined) => void;
|
||||
(blockName: string, blockFn: Global.BlockFn): void;
|
||||
each: (table: Global.EachTable, ...taggedTemplateData: unknown[]) => (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
|
||||
only: {
|
||||
(blockName: string, blockFn: import("@jest/types/build/Global").BlockFn): void;
|
||||
each: (table: import("@jest/types/build/Global").EachTable, ...taggedTemplateData: unknown[]) => (title: string, test: import("@jest/types/build/Global").EachTestFn, timeout?: number | undefined) => void;
|
||||
(blockName: string, blockFn: Global.BlockFn): void;
|
||||
each: (table: Global.EachTable, ...taggedTemplateData: unknown[]) => (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
|
||||
};
|
||||
skip: {
|
||||
(blockName: string, blockFn: import("@jest/types/build/Global").BlockFn): void;
|
||||
each: (table: import("@jest/types/build/Global").EachTable, ...taggedTemplateData: unknown[]) => (title: string, test: import("@jest/types/build/Global").EachTestFn, timeout?: number | undefined) => void;
|
||||
(blockName: string, blockFn: Global.BlockFn): void;
|
||||
each: (table: Global.EachTable, ...taggedTemplateData: unknown[]) => (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
|
||||
};
|
||||
};
|
||||
it: import("@jest/types/build/Global").It;
|
||||
test: import("@jest/types/build/Global").It;
|
||||
it: Global.It;
|
||||
test: Global.It;
|
||||
};
|
||||
snapshotState: import("../../../jest-snapshot/build/State").default;
|
||||
snapshotState: import("jest-snapshot/build/State").default;
|
||||
};
|
||||
export declare const runAndTransformResultsToJestFormat: ({ config, globalConfig, testPath, }: {
|
||||
config: Config.ProjectConfig;
|
||||
|
||||
Reference in New Issue
Block a user