sularome/JavaScript-Algorithms

View on GitHub
jestconfig.json

Summary

Maintainability
Test Coverage
{
    "transform": {
      "^.+\\.(t|j)sx?$": "ts-jest"
    },
    "testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
    "collectCoverage": true,
    "coverageDirectory": "coverage"
  }