Skip to content
Snippets Groups Projects
.babelrc 101 B
Newer Older
Yuriy Maksymets's avatar
Yuriy Maksymets committed
{
  "env": {
    "test": {
      "plugins": ["@babel/plugin-transform-modules-commonjs"]
    }
  }
}