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

perf(compiler): use globsToMatcher from jest-util #1754

Merged
merged 1 commit into from Jun 24, 2020
Merged

perf(compiler): use globsToMatcher from jest-util #1754

merged 1 commit into from Jun 24, 2020

Conversation

ahnpnl
Copy link
Collaborator

@ahnpnl ahnpnl commented Jun 23, 2020

Summary

Jest 26.1 provides a util function globsToMatcher. Since we are using micromatch in ts-jest, it’s better to use this util function to benefit from caching.

Test plan

Green CI

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Also update e2e template dependencies

@ahnpnl ahnpnl requested a review from kulshekhar as a code owner June 23, 2020 19:42
@coveralls
Copy link

coveralls commented Jun 23, 2020

Pull Request Test Coverage Report for Build 5200

  • 8 of 8 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.873%

Totals Coverage Status
Change from base Build 5193: 0.0%
Covered Lines: 1059
Relevant Lines: 1094

💛 - Coveralls

kulshekhar
kulshekhar previously approved these changes Jun 24, 2020
@ahnpnl ahnpnl merged commit 44f3913 into kulshekhar:master Jun 24, 2020
@ahnpnl ahnpnl deleted the jest-utils branch June 24, 2020 08:41
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.

None yet

3 participants