Sha256: 792128daaa6209b5d52148b1952b56aad02fcf72435283a2d5ac1fb22113cd91
Contents?: true
Size: 448 Bytes
Versions: 6
Compression:
Stored size: 448 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 { TestResult } from '@jest/test-result'; import type { Config } from '@jest/types'; export default function getResultHeader(result: TestResult, globalConfig: Config.GlobalConfig, projectConfig?: Config.ProjectConfig): string;
Version data entries
6 entries across 6 versions & 1 rubygems