diff --git a/babel.config.js b/babel.config.js index 3aaa109..512f53d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,13 +1,13 @@ module.exports = { - env: { - test: { - presets: [ - [ '@babel/preset-env', { - targets: { - node: '9' - } - } ] - ] + env: { + test: { + presets: [ + ['@babel/preset-env', { + targets: { + node: '9' + } + }] + ] + } } - } }