angular/aio/content/examples/testing/stackblitz.json
Pete Bacon Darwin dc7e5a1e01 build(docs-infra): remove link to custom Stackblitz for running tests (#44085)
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
2021-11-08 18:12:16 +00:00

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"
]
}