We should primarily point readers to the stackblitz that contains the spec files and runs them. The application stackblitz is secondary (and doesn't actually contain the spec files, which is confusing). Fixes #38535 PR Close #42406
18 lines
316 B
JSON
18 lines
316 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"
|
|
],
|
|
"tags": ["testing"],
|
|
"devDependencies": ["jasmine-core", "jasmine-marbles"]
|
|
}
|