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

feat(testing): update to jest v24 #1135

Merged
merged 3 commits into from
Mar 11, 2019
Merged

feat(testing): update to jest v24 #1135

merged 3 commits into from
Mar 11, 2019

Conversation

FrozenPandaz
Copy link
Collaborator

@FrozenPandaz FrozenPandaz commented Mar 5, 2019

Current Behavior (This is the behavior we have today, before the PR is merged)

  • Jest is at v23
  • jest-angular-preset is installed for projects without angular

Expected Behavior (This is the new behavior we can expect after the PR is merged)

  • Jest is at v24
  • jest-angular-preset is not installed for projects without angular, ts-jest is

Issue

Fixes #1029

@FrozenPandaz FrozenPandaz changed the title Jest24 feat(testing): update to jest v24 Mar 5, 2019
@FrozenPandaz
Copy link
Collaborator Author

Wait until 7.0.0 final is released of jest-angular-preset

@viceice
Copy link
Contributor

viceice commented Mar 7, 2019

Any chance to get a preview release?

@viceice
Copy link
Contributor

viceice commented Mar 11, 2019

jest-preset-angular v7 is finally released.

ext === '.less' ||
ext === '.styl'
) {
return require.resolve('identity-obj-proxy');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react apps expect styles to be an object when imported? Not totally sure.. @jaysoo has more info.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jest 24 and jest-preset-angular 7 changes
3 participants