Sha256: 96734c406b4b9aecb9096702e90ea706961570d03fe976e2f86c65aa91ac378c
Contents?: true
Size: 414 Bytes
Versions: 6
Compression:
Stored size: 414 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 type { TestRunData } from './types'; export default function getNoTestsFoundMessage(testRunData: TestRunData, globalConfig: Config.GlobalConfig): string;
Version data entries
6 entries across 6 versions & 1 rubygems