Skip to content

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

Merged
ahnpnl merged 1 commit intokulshekhar:masterfrom
ahnpnl:jest-utils
Jun 24, 2020
Merged

perf(compiler): use globsToMatcher from jest-util#1754
ahnpnl merged 1 commit intokulshekhar:masterfrom
ahnpnl:jest-utils

Conversation

@ahnpnl
Copy link
Copy Markdown
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
Copy Markdown

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.

3 participants