fix(typings): add missing nested to Includeable#11354
fix(typings): add missing nested to Includeable#11354sushantdhiman merged 2 commits intosequelize:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11354 +/- ##
==========================================
- Coverage 96.26% 87.55% -8.72%
==========================================
Files 94 91 -3
Lines 9190 8847 -343
==========================================
- Hits 8847 7746 -1101
- Misses 343 1101 +758
Continue to review full report at Codecov.
|
|
LGTM |
|
This needs a typing test similar to sequelize/types/test/include.ts Line 27 in 5860ef5 |
|
@vanthome it seems you pushed a new commit by accident, am I right? |
|
OMG, I did not know that pushes are still synchronized here because I did not crate another PR. I guess when we close this PR this will no longer be the case, or? |
|
Whenever you push to the If you want to work on multiple PRs at the same time you just have to create one branch for each one and pay attention where you are commiting :) |
By the way can you address this comment so we can merge this PR? |
7d14ae8 to
52eb7ad
Compare
|
Ok, I was accidental in a branch. I reverted and rebased. Btw. why is this not merged yet? Is there something missing? |
|
I think you pushed by mistake again 😬 By the way please address the comment so we can merge this |
f47d0ab to
1af3945
Compare
|
@vanthome If you need help to create the test let me know |
Typings were missing previously.
bc51ea2 to
2f0ddc6
Compare
|
NP, added the test, now please merge it. |
|
Just one question. I'm working on another PR but now with the 6.0 master the existing PG tests are failing for me: Can you confirm that they are not functioning right now? |
|
About the tests you mentioned, that's odd, latest commit on master has a green checkmark... I suggest you proceed with your PR, if you think the error is unrelated just ignore it for now, we shall look into it once you open the PR :) |

Typings were missing previously.
Description of change
Add
nestedto typingsIncludeable.