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