https://github.com/angular/angular
Raw File
Tip revision: 7924a2e4970251f22ed6146c05731f1aa89591b1 authored by Jessica Janiuk on 02 February 2022, 18:42:38 UTC
release: cut the v13.2.1 release (#44948)
Tip revision: 7924a2e
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