Skip to content
Snippets Groups Projects
.babelrc 101 B
{
  "env": {
    "test": {
      "plugins": ["@babel/plugin-transform-modules-commonjs"]
    }
  }
}