UNPKG

390 BJavaScriptView Raw
1// @remove-file-on-eject
2/**
3 * Copyright (c) 2014-present, Facebook, Inc.
4 *
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the root directory of this source tree.
7 */
8'use strict';
9
10const babelJest = require('babel-jest');
11
12module.exports = babelJest.createTransformer({
13 presets: [require.resolve('babel-preset-react-app')],
14 babelrc: false,
15});