Sha256: ca91cfbbbc32bc45c25bb64a800fa2b1416f0f4dcf4d3bb15d70812867c2f180
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 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 getNoTestFoundVerbose(testRunData: TestRunData, globalConfig: Config.GlobalConfig): string;
Version data entries
6 entries across 6 versions & 1 rubygems