olyckne/jest-runner-phpunit

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": ["env"],
  "plugins": [
    "transform-object-rest-spread",
    "transform-runtime"
  ],
  "env": {
    "production": {
      "presets": ["minify"]
    }
  }
}