Skip to content

Commit 044bd4d

Browse files
committed
fix scaffolded files from indexHtmlFile merge
1 parent 283f534 commit 044bd4d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

system-tests/projects/pristine/expected-cypress-js-component-create-react-app-v5/cypress.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ const { devServer } = require('@cypress/react/plugins/react-scripts')
33
module.exports = {
44
component: {
55
devServer,
6-
devServerConfig: {
7-
indexHtmlFile: 'cypress/support/component-index.html',
8-
},
96
},
107
}

system-tests/projects/pristine/expected-cypress-ts-component-create-react-app-v5/cypress.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ import { devServer } from '@cypress/react/plugins/react-scripts'
44
export default defineConfig({
55
component: {
66
devServer,
7-
devServerConfig: {
8-
indexHtmlFile: 'cypress/support/component-index.html',
9-
},
107
},
118
})

0 commit comments

Comments
 (0)