Sha256: 5764a5f6b6fa4e1d6e17a8674193cb761637d3b5046688df78bf0cee52bb53d2
Contents?: true
Size: 465 Bytes
Versions: 6
Compression:
Stored size: 465 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 { HasteMapObject } from 'jest-haste-map'; import { Context } from 'jest-runtime'; export default function createContext(config: Config.ProjectConfig, { hasteFS, moduleMap }: HasteMapObject): Context;
Version data entries
6 entries across 6 versions & 1 rubygems