From d7bfb3ee24d4e8c148ec2870dbaa812762d08699 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Tue, 2 Apr 2019 15:41:06 -0700 Subject: Configure Jest babel --- babel.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..c76a0d0 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,12 @@ +module.exports = { + presets: [ + [ + '@babel/preset-env', + { + targets: { + node: 'current' + } + } + ] + ] +} -- cgit v1.2.3