mirror of
https://github.com/actions/labeler
synced 2026-05-12 09:51:10 +02:00
build
This commit is contained in:
3
node_modules/jest-snapshot/build/index.d.ts
generated
vendored
3
node_modules/jest-snapshot/build/index.d.ts
generated
vendored
@@ -17,8 +17,9 @@ declare const JestSnapshot: {
|
||||
SnapshotState: typeof SnapshotState;
|
||||
addSerializer: (plugin: import("pretty-format/build/types").Plugin) => void;
|
||||
buildSnapshotResolver: (config: Config.ProjectConfig) => JestSnapshotResolver;
|
||||
cleanup: (hasteFS: import("../../jest-haste-map/build/HasteFS").default, update: Config.SnapshotUpdateState, snapshotResolver: JestSnapshotResolver) => {
|
||||
cleanup: (hasteFS: import("jest-haste-map/build/HasteFS").default, update: Config.SnapshotUpdateState, snapshotResolver: JestSnapshotResolver, testPathIgnorePatterns?: string[] | undefined) => {
|
||||
filesRemoved: number;
|
||||
filesRemovedList: string[];
|
||||
};
|
||||
getSerializers: () => import("pretty-format/build/types").Plugin[];
|
||||
isSnapshotPath: (path: string) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user