angular-cn/public/docs/_examples/testing/ts/1st-specs.plnkr.json
Jesús Rodríguez 044a0c6e5f chore: add systemjs.config.js back to plunkers (#3219)
* chore: add systemjs.config.js back to plunkers

* remove the non needed options from plnkr.json as well
2017-02-13 15:32:38 -08:00

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