2e84f4e0cd
- 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
24 lines
400 B
JSON
24 lines
400 B
JSON
{
|
|
"description": "Testing - specs",
|
|
"files":[
|
|
"src/expected.ts",
|
|
"src/index-specs.html",
|
|
"src/main-specs.ts",
|
|
"src/styles.css",
|
|
"src/test.css",
|
|
"src/tests.sb.ts",
|
|
|
|
"e2e/src/**/*.ts",
|
|
|
|
"src/app/**/*.css",
|
|
"src/app/**/*.html",
|
|
"src/app/**/*.ts",
|
|
|
|
"src/testing/**/*",
|
|
|
|
"src/**/*.spec.ts"
|
|
],
|
|
"main": "src/index-specs.html",
|
|
"tags": ["testing"]
|
|
}
|