-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
E2E: remove cli fixtures in favor of e2e #11357
Conversation
@ndelangen if this is all green, should we proceed like this and forgot failing tests from the other PR ? |
export const angularv7: Parameters = { | ||
...baseAngular, | ||
version: 'v7-lts', | ||
additionalDeps: [...baseAngular.additionalDeps, 'core-js'], |
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.
I'm wondering why core-js
is needed, can you give me some hints?
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.
It's not "needed", but v7 (didn't checked above) installs core-js v2 which cause some issues with storybook
These names are used to init NPM project and so must follow validation rules: https://github.com/npm/validate-npm-package-name Moreover, they are now all consistant.
Just added 2 commits to fix Yarn 2 tests run, it was failing because we were trying to init project with a name invalid for NPM. Everything should be 🟢 . Good job @tooppaaa 💪 👏 |
No description provided.