lnfnunes/pwpush-cli

View on GitHub
.jestrc.json

Summary

Maintainability
Test Coverage
{
  "bail": false,
  "verbose": true,
  "collectCoverage": true,
  "coverageThreshold": {
    "global": {
      "branches": 100,
      "functions": 100,
      "lines": 100,
      "statements": 100
    }
  }
}