19 lines
408 B
JSON
19 lines
408 B
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"]
|
|
}
|