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

fix: set minimum jest-util version at 26.1.0 #1914

Merged
merged 1 commit into from Aug 31, 2020
Merged

fix: set minimum jest-util version at 26.1.0 #1914

merged 1 commit into from Aug 31, 2020

Conversation

ahnpnl
Copy link
Collaborator

@ahnpnl ahnpnl commented Aug 31, 2020

Summary

jest-util only exports globsToMatcher function since 26.1.0. This PR sets the minimum version of jest-util to make sure that users get the correct version of jest-util to work with ts-jest.

Closes #1913

Test plan

Green CI

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

N.A.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5744

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.938%

Totals Coverage Status
Change from base Build 5743: 0.0%
Covered Lines: 1067
Relevant Lines: 1104

💛 - Coveralls

@ahnpnl ahnpnl merged commit f00414c into kulshekhar:master Aug 31, 2020
@ahnpnl ahnpnl deleted the jest-util-dep branch August 31, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating ts-jest from 26.1.1 to 26.3.0 causes error with jest-util
4 participants