mindjs/mindjs

View on GitHub
jest.config.json

Summary

Maintainability
Test Coverage
{
  "moduleFileExtensions": [
    "js"
  ],
  "testRegex": "packages/**/.*\\.(spec|test).(js)$",
  "collectCoverageFrom" : ["tests/**/*.{js}"],
  "coverageReporters": ["text"],
  "coveragePathIgnorePatterns": ["/tests/.*\\.(mock|stub).(js)$"]
}