angular-cn/aio/content/examples/testing/1st-specs.plnkr.json

15 lines
253 B
JSON
Raw Normal View History

{
"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"]
}