Sha256: 7ec6a71c1cfb1da64a38130bcc0c0730a8d2d14d33dac3f12110ac8e896f30f9
Contents?: true
Size: 465 Bytes
Versions: 6
Compression:
Stored size: 465 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'; import { ChangedFilesPromise } from 'jest-changed-files'; export default function getChangedFilesPromise(globalConfig: Config.GlobalConfig, configs: Array<Config.ProjectConfig>): ChangedFilesPromise | undefined;
Version data entries
6 entries across 6 versions & 1 rubygems