This repository has been archived on 2025-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
insiemesalute-3p-nx/apps/ebitemp-api-e2e/project.json
2025-02-07 10:13:03 +01:00

24 lines
513 B
JSON

{
"name": "ebitemp-api-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": [
"ebitemp-api"
],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
"outputs": [
"{workspaceRoot}/coverage/{e2eProjectRoot}"
],
"options": {
"jestConfig": "apps/ebitemp-api-e2e/jest.config.ts",
"passWithNoTests": true
},
"dependsOn": [
"ebitemp-api:build"
]
}
}
}