babel.config.js (
8
lines of code) (
raw
):
module.exports = { presets: [['@babel/preset-env', { targets: { node: 'current' } }]], env: { test: { plugins: ['@babel/plugin-transform-runtime'], }, }, };