mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 20:03:04 +02:00
git-subtree-dir: Programming/BD2 git-subtree-mainline:4b5b8e44e8git-subtree-split:ec90ad34d5
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"name": "my-nest-app-e2e",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["backend"],
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{e2eProjectRoot}"],
|
|
"options": {
|
|
"jestConfig": "apps/my-nest-app-e2e/jest.config.ts",
|
|
"passWithNoTests": true
|
|
},
|
|
"dependsOn": ["my-nest-app:build"]
|
|
}
|
|
}
|
|
}
|