diff --git a/nx-dev/ui-home/project.json b/nx-dev/ui-home/project.json index 1b97b2db81..5cf568645a 100644 --- a/nx-dev/ui-home/project.json +++ b/nx-dev/ui-home/project.json @@ -4,13 +4,5 @@ "sourceRoot": "nx-dev/ui-home/src", "projectType": "library", "tags": ["scope:nx-dev", "type:ui"], - "targets": { - "xtest": { - "executor": "@nx/jest:jest", - "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-home"], - "options": { - "jestConfig": "nx-dev/ui-home/jest.config.ts" - } - } - } + "targets": {} }