Skip to content

Commit

Permalink
fix(deps): fix Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
DanailMinchev committed May 25, 2021
1 parent f06f22f commit 700c115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-preprocess.js
Expand Up @@ -2,4 +2,4 @@ const babelOptions = {
presets: [`babel-preset-gatsby`, `@babel/preset-typescript`],
}

module.exports = require(`babel-jest`).createTransformer(babelOptions)
module.exports = require(`babel-jest`).default.createTransformer(babelOptions)

0 comments on commit 700c115

Please sign in to comment.