From d52f3dc8cbf0daf276d1ec5db95e065cf703b070 Mon Sep 17 00:00:00 2001 From: Adam Stone-Lord Date: Wed, 25 Jan 2023 11:36:15 -0500 Subject: [PATCH] fix(cypress-schematic): do not disable e2e support file (#25400) --- .../schematics/ng-add/files-core/cypress.config.ts.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress.config.ts.template b/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress.config.ts.template index acfba90c7323..e02505b2c17c 100644 --- a/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress.config.ts.template +++ b/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress.config.ts.template @@ -3,8 +3,7 @@ import { defineConfig } from 'cypress' export default defineConfig({ <% if (e2e) { %> e2e: { - 'baseUrl': '<%= baseUrl%>', - supportFile: false + 'baseUrl': '<%= baseUrl%>' }, <% } %> <% if (component) { %>