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