Skip to content
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

Merged
merged 6 commits into from
Jun 30, 2020
Merged

E2E: remove cli fixtures in favor of e2e #11357

merged 6 commits into from
Jun 30, 2020

Conversation

tooppaaa
Copy link
Contributor

No description provided.

@tooppaaa tooppaaa requested a review from ndelangen June 29, 2020 21:08
@tooppaaa
Copy link
Contributor Author

@ndelangen if this is all green, should we proceed like this and forgot failing tests from the other PR ?

@tooppaaa tooppaaa marked this pull request as ready for review June 30, 2020 10:12
export const angularv7: Parameters = {
...baseAngular,
version: 'v7-lts',
additionalDeps: [...baseAngular.additionalDeps, 'core-js'],
Copy link
Member

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?

Copy link
Contributor Author

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

@gaetanmaisse gaetanmaisse added cli maintenance User-facing maintenance tasks labels Jun 30, 2020
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.
@gaetanmaisse
Copy link
Member

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 💪 👏

@gaetanmaisse gaetanmaisse self-assigned this Jun 30, 2020
@gaetanmaisse gaetanmaisse merged commit 8a623d7 into next Jun 30, 2020
@stof stof deleted the e2e_angular branch May 25, 2022 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants