Skip to content

Commit

Permalink
update jest.transform.js
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Jul 26, 2019
1 parent 958e9da commit d426daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.transform.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var babelConfig = require('./babel.config.js')
const babelConfig = require('./babel.config.js')

module.exports = require('babel-jest').createTransformer(babelConfig)

0 comments on commit d426daa

Please sign in to comment.