Sha256: abdd8d572a99907968b413a892e4437c32c29c13cf9f4f4f2057ba724e7dd710
Contents?: true
Size: 504 Bytes
Versions: 6
Compression:
Stored size: 504 Bytes
Contents
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import type { Config } from '@jest/types'; export declare type HandleCollectionResult = () => Promise<Array<Error>>; export default function collectHandles(): HandleCollectionResult; export declare function formatHandleErrors(errors: Array<Error>, config: Config.ProjectConfig): Array<string>;
Version data entries
6 entries across 6 versions & 1 rubygems