-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cna): add --turbo
flag and prompt for enabling Turbopack dev
#65925
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
@@ -222,4 +223,32 @@ describe.skip('create-next-app --app (App Router)', () => { | |||
}) | |||
}) | |||
}) | |||
|
|||
it('should enable turbopack on --turbo flag', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test passes, but the describe
on top is skipped since #65845
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello good work ❤️ , I did a study, I wonder how your test coverage does not get stuck in timeout, I saw that you also got stuck in timeout
@@ -272,6 +279,7 @@ async function run(): Promise<void> { | |||
importAlias: '@/*', | |||
customizeImportAlias: false, | |||
empty: false, | |||
turbo: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default value false
until areweturboyet 100
Closing as duplicate of #65926 |
Closes #65924