// babel.config.js module.exports = { env: { test: { plugins: ["@babel/plugin-transform-modules-commonjs"] } } };