Sha256: 14cbdea34d224707c8d10eb533ac7fe12eb2bddd508627511e67f2f311bdb227
Contents?: true
Size: 467 Bytes
Versions: 6
Compression:
Stored size: 467 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 { Test } from '@jest/test-result'; import type { Config } from '@jest/types'; export declare function shouldRunInBand(tests: Array<Test>, timings: Array<number>, { detectOpenHandles, maxWorkers, watch, watchAll }: Config.GlobalConfig): boolean;
Version data entries
6 entries across 6 versions & 1 rubygems