module.exports = { env: { test: { plugins: [ '@babel/plugin-transform-modules-commonjs', '@babel/plugin-proposal-class-properties', ], }, }, }