https://github.com/angular/angular
Raw File
Tip revision: 97110674f3b0291c94e8d1bc57665a779a258376 authored by Dylan Hunn on 29 June 2022, 18:19:59 UTC
release: cut the v14.1.0-next.3 release (#46622)
Tip revision: 9711067
specs.stackblitz.json
{
  "description": "Http Guide Testing",
  "files":[
    "src/app/heroes/hero.ts",
    "src/app/heroes/heroes.service.ts",
    "src/app/heroes/heroes.service.spec.ts",

    "src/app/http-error-handler.service.ts",
    "src/app/message.service.ts",
    "src/testing/*.ts",

    "src/styles.css",
    "src/test.css",
    "src/main-specs.ts",
    "src/index-specs.html"
  ],
  "main": "src/index-specs.html",
  "tags": ["http", "testing"],
  "devDependencies": ["jasmine-core"]
}
back to top