Skip to content

Instantly share code, notes, and snippets.

@royboy5
Created October 12, 2018 03:01
Show Gist options
  • Save royboy5/4b87926e5f365299cb464bb063215100 to your computer and use it in GitHub Desktop.
Save royboy5/4b87926e5f365299cb464bb063215100 to your computer and use it in GitHub Desktop.
'use strict';
const babelJest = require('babel-jest');
module.exports = babelJest.createTransformer({
presets: [require.resolve('babel-preset-react-app')],
babelrc: false,
configFile: false,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment