Felix Dürrwald f11c3d80f6
Some checks failed
CI / main (push) Failing after 1m15s
Initial commit
2024-09-25 07:32:29 +02:00

18 lines
477 B
JSON

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