mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- Update the `stackblitz.json` config files (used for generating Stackblitz projects and ZIP archives) to include the correct files (taking into account the current layout of the example projects). - Update the boilerplate files for `testing` examples to match the current layout of the example projects. PR Close #31937
18 lines
284 B
JSON
18 lines
284 B
JSON
{
|
|
"description": "Heroes Test App",
|
|
"files":[
|
|
"src/index.html",
|
|
"src/main.ts",
|
|
"src/styles.css",
|
|
"src/test.css",
|
|
|
|
"e2e/src/**/*.ts",
|
|
|
|
"src/app/**/*.css",
|
|
"src/app/**/*.html",
|
|
"src/app/**/*.ts",
|
|
|
|
"!src/**/*.spec.ts"
|
|
],
|
|
"tags": ["testing"]
|
|
}
|