From 450b41b493144e5f43c603293702fec7b4230526 Mon Sep 17 00:00:00 2001 From: Michel ten Voorde Date: Tue, 5 Nov 2024 14:56:59 +0100 Subject: [PATCH] Added test environment --- angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular.json b/angular.json index 67e4494..f01d956 100644 --- a/angular.json +++ b/angular.json @@ -92,6 +92,9 @@ }, "development": { "buildTarget": "swiss-client:build:development" + }, + "test": { + "buildTarget": "swiss-client:build:development" } }, "defaultConfiguration": "development"