From 00fd73124ac6e04d1da7abd8d3baef1da4382e94 Mon Sep 17 00:00:00 2001 From: Piet Ostendorp Date: Sun, 26 Oct 2025 01:19:13 +0200 Subject: [PATCH] Set default to skip component test files --- angular.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/angular.json b/angular.json index 5772bea..4311fe0 100644 --- a/angular.json +++ b/angular.json @@ -2,6 +2,11 @@ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", + "schematics": { + "@schematics/angular:component": { + "skipTests": true + } + }, "projects": { "infinifront": { "projectType": "application",