Sha256: 3c3d7c6cbce593ea42ba42c1459e71f121711958078267ac31288dd78f2e4d2b
Contents?: true
Size: 450 Bytes
Versions: 6
Compression:
Stored size: 450 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 { Test, TestResult } from '@jest/test-result'; export default class FailedTestsCache { private _enabledTestsMap?; filterTests(tests: Array<Test>): Array<Test>; setTestResults(testResults: Array<TestResult>): void; }
Version data entries
6 entries across 6 versions & 1 rubygems