1
0
mirror of https://github.com/alrayyes/my-opinionated-gatsby-starter synced 2023-11-14 15:56:29 +00:00
my-opinionated-gatsby-starter/jest-preprocess.js

8 lines
248 B
JavaScript
Raw Permalink Normal View History

2020-06-04 13:50:51 +00:00
const babelOptions = {
presets: ["babel-preset-gatsby", "@babel/preset-typescript"],
2020-06-05 18:49:42 +00:00
plugins: ["emotion"],
2020-06-04 13:50:51 +00:00
}
// eslint-disable-next-line @typescript-eslint/no-var-requires
module.exports = require("babel-jest").createTransformer(babelOptions)