mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
17 lines
316 B
JSON
17 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"]
|
|
}
|