14 lines
331 B
JSON
14 lines
331 B
JSON
|
{
|
||
|
"description": "Quickstart AppComponent Testing",
|
||
|
"basePath": "src/",
|
||
|
"files":[
|
||
|
"browser-test-shim.js",
|
||
|
"app/app.component.ts",
|
||
|
"app/app.component.spec.ts",
|
||
|
"quickstart-specs.html"
|
||
|
],
|
||
|
"main": "quickstart-specs.html",
|
||
|
"open": "app/app.component.spec.ts",
|
||
|
"tags": ["quickstart", "setup", "testing"]
|
||
|
}
|