-
Notifications
You must be signed in to change notification settings - Fork 458
Cannot read property 'some' of undefined #2371
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
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
Moving up LGTM, PR is welcome. |
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 13, 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: