rawmind/express-autodoc

View on GitHub
jest.config.json

Summary

Maintainability
Test Coverage
{
  "verbose": true,
  "roots": ["test"],
  "coveragePathIgnorePatterns": [
        "node_modules",
        "examples",
        "config"
    ]
}