Skip to content

Commit

Permalink
Fix review comments for realzies this time
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed Apr 19, 2022
1 parent 9d4e27f commit 01f8928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/scaffold-config/src/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const WIZARD_FRAMEWORKS = [
codeGenFramework: 'react',
glob: '*.{js,jsx,tsx}',
mountModule: 'cypress/react',
componentIndexHtml: componentIndexHtmlGenerator(),
componentIndexHtml: componentIndexHtmlGenerator('<div id="__next_css__DO_NOT_USE__"></div>'),
},
{
type: 'nuxtjs',
Expand All @@ -205,7 +205,7 @@ export const WIZARD_FRAMEWORKS = [
codeGenFramework: 'vue',
glob: '*.vue',
mountModule: 'cypress/vue2',
componentIndexHtml: componentIndexHtmlGenerator('<div id="__next_css__DO_NOT_USE__"></div>'),
componentIndexHtml: componentIndexHtmlGenerator(),
},
{
type: 'vue2',
Expand Down

0 comments on commit 01f8928

Please sign in to comment.