https://github.com/angular/angular
Raw File
Tip revision: 7a47add255486e2b30a98e8ce54ccb5fd6bcc2f0 authored by Dylan Hunn on 08 February 2022, 17:33:08 UTC
release: cut the v13.2.2 release (#45018)
Tip revision: 7a47add
example-config.json
{
  "tests": [
    {
      "cmd": "yarn",
      "args": ["tsc", "--project", "tsconfig.spec.json", "--module", "commonjs"]
    },
    {
      "cmd": "yarn",
      "args": ["jasmine", "out-tsc/**/*.spec.js"]
    }
  ]
}
back to top