angular-docs-cn/aio/content/examples/testing/specs.stackblitz.json
iRealNirmal e071e3b507 build(docs-infra): fixed i18n broken stackblitz example (#42001)
This commit fixes the broken stackblitz example of i18n.

Closes #41838.

PR Close #42001
2021-05-10 16:11:34 -04:00

25 lines
458 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"],
"devDependencies": ["jasmine-core", "jasmine-marbles"]
}