docs: added tests for components in api-reference project (#14428)
* add tests (WIP) * added test for h2 * finished adding tests * fixes * fixes * fixes
This commit is contained in:
16
www/apps/api-reference/tsconfig.tests.json
Normal file
16
www/apps/api-reference/tsconfig.tests.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"**/*.tsx",
|
||||
"**/*.ts",
|
||||
"**/*.js",
|
||||
"src/**/*",
|
||||
"**/*.mjs",
|
||||
"__tests__/**/*",
|
||||
"__mocks__/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"specs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user