UNPKG

765 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', {
4 value: true
5});
6exports.default = void 0;
7
8function _jestRuntime() {
9 const data = _interopRequireDefault(require('jest-runtime'));
10
11 _jestRuntime = function () {
12 return data;
13 };
14
15 return data;
16}
17
18function _interopRequireDefault(obj) {
19 return obj && obj.__esModule ? obj : {default: obj};
20}
21
22/**
23 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
24 *
25 * This source code is licensed under the MIT license found in the
26 * LICENSE file in the root directory of this source tree.
27 */
28var _default = (config, {hasteFS, moduleMap}) => ({
29 config,
30 hasteFS,
31 moduleMap,
32 resolver: _jestRuntime().default.createResolver(config, moduleMap)
33});
34
35exports.default = _default;