test: add unit tests to pipeline

This commit is contained in:
2023-05-31 15:33:19 +02:00
parent 45444d9373
commit 495a63977c
29 changed files with 232 additions and 484 deletions

View File

@@ -1,15 +1,7 @@
{
"entryPointStrategy": "packages",
"entryPoints": [
"packages/core",
"packages/api",
"packages/core-tools",
"packages/collection-utils",
"packages/gitlab-api",
"packages/logger",
"backend/backend",
"backend/proxy",
"configuration/projectmanagement"
],
"entryPointStrategy": "merge",
"entryPoints": ["packages/**/docs/docs.json"],
"out": "./docs",
"includeVersion": true,
"excludeExternals": true
}