Sha256: a80ded2746ee79635fd2b486d2d531c5efe1790fa291cec4f6671d8e032c06d2
Contents?: true
Size: 442 Bytes
Versions: 6
Compression:
Stored size: 442 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. */ const jestPreset = { plugins: [require.resolve('babel-plugin-jest-hoist')], presets: [require.resolve('babel-preset-current-node-syntax')], }; // @babel/core requires us to export a function module.exports = () => jestPreset;
Version data entries
6 entries across 6 versions & 1 rubygems