Files

14 lines
331 B
JSON
Raw Permalink Normal View History

{
"description": "Quickstart AppComponent Testing",
2017-02-02 18:38:17 +00:00
"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"]
}