https://github.com/angular/angular
Raw File
Tip revision: b40b5576df83745c42a45c6379038a51a90f8ac0 authored by Kara Erickson on 08 April 2020, 19:28:12 UTC
release: cut the v10.0.0-next.1 release
Tip revision: b40b557
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"]
}
back to top