https://github.com/angular/angular
Raw File
Tip revision: 2b0698def0197060ac13c67215fbe4bfea259b44 authored by Dylan Hunn on 25 October 2023, 21:31:06 UTC
release: cut the v17.0.0-rc.1 release
Tip revision: 2b0698d
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