kimjuny/koa-webpack-server

View on GitHub
jest.config.json

Summary

Maintainability
Test Coverage
{
  "notify": true,
  "browser": false,
  "transform": {
    "^.+\\.js?$": "babel-jest"
  },
  "testEnvironment": "node",
  "collectCoverage": true,
  "coveragePathIgnorePatterns": [
    "<rootDir>/dist/",
    "<rootDir>/examples/",
    "<rootDir>/node_modules/"
  ],
  "coverageDirectory": "coverage",
  "coverageReporters": ["lcov", "text-summary"]
}