2016-12-05 11:46:53 -08:00
|
|
|
{
|
|
|
|
"description": "Testing - banner.component.specs",
|
2017-02-02 18:38:17 +00:00
|
|
|
"basePath": "src/",
|
2016-12-05 11:46:53 -08:00
|
|
|
"files":[
|
|
|
|
"browser-test-shim.js",
|
|
|
|
"systemjs.config.extras.js",
|
|
|
|
|
|
|
|
"app/banner.component.css",
|
|
|
|
"app/banner.component.html",
|
|
|
|
"app/banner.component.ts",
|
|
|
|
"app/banner.component.spec.ts",
|
|
|
|
"banner-specs.html"
|
|
|
|
],
|
|
|
|
"main": "banner-specs.html",
|
|
|
|
"open": "app/banner.component.spec.ts",
|
2017-02-14 00:32:38 +01:00
|
|
|
"tags": ["testing"]
|
2016-12-05 11:46:53 -08:00
|
|
|
}
|