2016-12-05 11:46:53 -08:00
|
|
|
{
|
|
|
|
|
"description": "Quickstart AppComponent Testing",
|
2017-02-02 18:38:17 +00:00
|
|
|
"basePath": "src/",
|
2016-12-05 11:46:53 -08:00
|
|
|
"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",
|
2017-02-14 00:32:38 +01:00
|
|
|
"tags": ["quickstart", "setup", "testing"]
|
2016-12-05 11:46:53 -08:00
|
|
|
}
|