Skip to content

Commit d52f3dc

Browse files
authored
fix(cypress-schematic): do not disable e2e support file (#25400)
1 parent 371c73f commit d52f3dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npm/cypress-schematic/src/schematics/ng-add/files-core/cypress.config.ts.template

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { defineConfig } from 'cypress'
33
export default defineConfig({
44
<% if (e2e) { %>
55
e2e: {
6-
'baseUrl': '<%= baseUrl%>',
7-
supportFile: false
6+
'baseUrl': '<%= baseUrl%>'
87
},
98
<% } %>
109
<% if (component) { %>

0 commit comments

Comments
 (0)