mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously there was a custom version of the testing app for Stackblitz that would run the tests in the browser. With the web-container approach, this is no longer necessary since the tests can be run directly from the command line. Fixes #44047 PR Close #44085
25 lines
453 B
JSON
25 lines
453 B
JSON
{
|
|
"description": "Heroes Test App",
|
|
"files": [
|
|
"src/index.html",
|
|
"src/main.ts",
|
|
"src/test.ts",
|
|
"src/styles.css",
|
|
"src/test.css",
|
|
"e2e/src/**/*.ts",
|
|
"src/app/**/*.css",
|
|
"src/app/**/*.html",
|
|
"src/app/**/*.ts",
|
|
"src/app/**/*.spec.ts",
|
|
"src/testing/**/*.ts",
|
|
"src/expected.ts",
|
|
"karma.conf.js"
|
|
],
|
|
"tags": [
|
|
"testing"
|
|
],
|
|
"devDependencies": [
|
|
"jasmine-core",
|
|
"jasmine-marbles"
|
|
]
|
|
}
|