https://github.com/angular/angular
Raw File
Tip revision: 024aba075cefaa1a247f135eced8f06fd1a59af4 authored by Miško Hevery on 11 July 2018, 20:43:59 UTC
release: cut the v6.0.8 release
Tip revision: 024aba0
specs.stackblitz.json
{
  "description": "Http Guide Testing",
  "files":[
    "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