https://github.com/angular/angular
Raw File
Tip revision: fad1354d50737b8cbbe534ee5866475da7250e70 authored by Alex Rickabaugh on 24 January 2024, 20:50:52 UTC
release: cut the v17.2.0-next.0 release
Tip revision: fad1354
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