From 6c4092808d7d0b719222a68c644f9b5243bdd934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Wed, 31 Jul 2024 17:45:04 +0200 Subject: [PATCH] cleanup(nx-dev): remove unused target messing with getJestProjectsAsync in root jest config (#27176) ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # --- nx-dev/ui-home/project.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/nx-dev/ui-home/project.json b/nx-dev/ui-home/project.json index 1b97b2db81e95..5cf568645ac8b 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": {} }