-
Notifications
You must be signed in to change notification settings - Fork 455
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
Cannot read property 'some' of undefined #2371
Closed
CatsMiaow opened this issue
Feb 17, 2021
· 3 comments
· Fixed by #2373, avolantis/ts-guid#111, comtravo/github-all-checks-passed#11, hosonokotaro/hosonokotaro-blog#145 or instantcommerce/next-api-decorators#37
Closed
Cannot read property 'some' of undefined #2371
CatsMiaow opened this issue
Feb 17, 2021
· 3 comments
· Fixed by #2373, avolantis/ts-guid#111, comtravo/github-all-checks-passed#11, hosonokotaro/hosonokotaro-blog#145 or instantcommerce/next-api-decorators#37
Comments
CatsMiaow
added
Bug Report
Needs Repo
Need a minimium repository to reproduce the problem
Needs Triage
labels
Feb 17, 2021
Moving up LGTM, PR is welcome. |
ahnpnl
added
🐛 Bug
Confirmed
Bug is confirmed
and removed
Bug Report
Needs Repo
Need a minimium repository to reproduce the problem
Needs Triage
labels
Feb 17, 2021
There is a branch 26.5.2, you can check out that branch for making the PR |
2 tasks
ahnpnl
pushed a commit
that referenced
this issue
Feb 18, 2021
Closes via #2373 |
2 tasks
This was referenced Mar 8, 2021
This was referenced Mar 12, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error does not occur in the
26.4.4
version, but in the latest version of26.5.1
it does.ts-jest/src/config/config-set.ts
Lines 193 to 195 in f2808bb
In
_setupTsJestCfg()
,astTransformers
are processed, after which_matchablePatterns
is defined.Perhaps
_matchablePatterns
should be defined before that.v26.4.4
is being processed with different logic.The text was updated successfully, but these errors were encountered: