15 lines
253 B
JSON
15 lines
253 B
JSON
|
{
|
||
|
"description": "Testing - 1st.specs",
|
||
|
"basePath": "src/",
|
||
|
"files":[
|
||
|
"browser-test-shim.js",
|
||
|
"styles.css",
|
||
|
|
||
|
"app/1st.spec.ts",
|
||
|
"1st-specs.html"
|
||
|
],
|
||
|
"main": "1st-specs.html",
|
||
|
"open": "app/1st.spec.ts",
|
||
|
"tags": ["testing"]
|
||
|
}
|