25 lines
401 B
JSON
25 lines
401 B
JSON
{
|
|
"description": "Testing - app.specs",
|
|
"basePath": "src/",
|
|
"files":[
|
|
"browser-test-shim.js",
|
|
"systemjs.config.extras.js",
|
|
"styles.css",
|
|
|
|
"app/**/*.css",
|
|
"app/**/*.html",
|
|
"app/**/*.ts",
|
|
"app/**/*.spec.ts",
|
|
|
|
"testing/*.ts",
|
|
|
|
"!main.ts",
|
|
"!app/bag/*.*",
|
|
"!app/1st.spec.ts",
|
|
|
|
"app-specs.html"
|
|
],
|
|
"main": "app-specs.html",
|
|
"tags": ["testing"]
|
|
}
|