16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"description": "Quickstart AppComponent Testing",
|
|
"files":[
|
|
"browser-test-shim.js",
|
|
"systemjs.config.extras.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"],
|
|
"includeSystemConfig": true
|
|
}
|