-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(node): Added E2E project generation option to NestJs app generator #14805
feat(node): Added E2E project generation option to NestJs app generator #14805
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hello, can this be reviewed? |
I think this is because the node-server generator always generates e2e project do we need to add an option to that generator first? And then have the nest generator pass the flag down? |
The option was already added to the node generator |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Since E2E project generation option has been added to Node app generator, NestJS app generator always generates E2E project
Expected Behavior
This PR adds a E2E test runner option to NestJS application generator schema, so you can choose not to have E2E tests with your NestJS project
Related Issue(s)
Implements #14572