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(jasmine): type transformation for type jasmine.SpyObj if variable declaration and assignment are separate statements #616

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jase88
Copy link
Contributor

@jase88 jase88 commented Sep 11, 2024

Otherwise resulted in

TypeError: Cannot set properties of undefined (setting 'typeAnnotation')

… declaration and assignment are separate statements
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.15%. Comparing base (a94e2b5) to head (9a82efc).
Report is 75 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #616      +/-   ##
==========================================
+ Coverage   92.38%   95.15%   +2.76%     
==========================================
  Files          26       27       +1     
  Lines        1944     2064     +120     
  Branches      405      429      +24     
==========================================
+ Hits         1796     1964     +168     
+ Misses        102       92      -10     
+ Partials       46        8      -38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skovhus skovhus merged commit 6490689 into skovhus:main Sep 12, 2024
3 checks passed
@jase88 jase88 deleted the fix/jasmine-spyobj-type-transformation branch September 15, 2024 20:57
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.

2 participants