From 15e40b612ed00d2da8376d02b872ada31204bd87 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 9 Sep 2022 00:47:40 +0500 Subject: [PATCH] config: test:core -> test:e2e --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index ab7d8f55a..f499fd3de 100644 --- a/nx.json +++ b/nx.json @@ -14,7 +14,7 @@ "start": { "dependsOn": ["^build"] }, - "test:core": { + "test:e2e": { "dependsOn": ["^build"] }, "test": {