Skip to content

Commit

Permalink
Use current babel version in jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin committed Aug 19, 2020
1 parent 54f3f02 commit f2ad7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: '8.3' } }]
['@babel/preset-env', { targets: { node: 'current' } }]
]
}

0 comments on commit f2ad7d7

Please sign in to comment.