-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
test: adding more tests for strip-types #54929
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
test: adding more tests for strip-types #54929
Conversation
|
Review requested:
|
|
Again commits do not point to your github profile or email |
The commits point to |
0d4dde4 to
e1fbc08
Compare
|
@marco-ippolito @redyetidev I update the author of commits... the ifood account is my work author :) |
|
@marco-ippolito how does this fixture compare to the other ones? Just want to make sure they are all similar |
|
To be honest I dont think there is much value in testing TypeScript features such as Unions and Generics, since we rely on swc and swc tests that the output they produce is correct. Im ok with asserting that parameter properties throw in striptypes mode |
|
@marco-ippolito @redyetidev Do you think we can approve and merge this PR? |
ccfa065 to
f5ef1e0
Compare
mhdawson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
What's the issue you are having? git reset --soft HEAD~<n> # where <n> represents the number of commits, in this case, 9
git commitMay also work. (See https://stackoverflow.com/questions/5189560/how-do-i-squash-my-last-n-commits-together) |
|
Oh okay. IIRC what you'll want to do is get the latest commit from git reset --hard <commit> # Right now it's c237eabf4c8f1d5ff6dfa95ae30930d6fc959d4eCaution This is a dangerous command. It'll remove all uncommitted changes, and revert your local workspace to look identical to After this, re-add the changes from this PR. This can be done manually, or via Once this is done, you can |
427b202 to
240c9e9
Compare
|
@redyetidev I achieved! Thank you so much |
|
@redyetidev Is there anyone who can validate and merge the PR? |
|
@redyetidev @marco-ippolito I saw that an error was occurring in the tests, but it was not one that I created or changed. Can you help? |
Its just flaky tests Ill re run the CI |
This comment was marked as duplicate.
This comment was marked as duplicate.
|
Thank you @marco-ippolito !!! |
|
Landed in 2755551 |
PR-URL: #54929 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #54929 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: nodejs#54929 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: nodejs#54929 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michael Dawson <[email protected]>

In this MR I'm adding more tests created in this PR, testing generics and Utility Types.
This PR makes part of typescript iniciative on Node.
cc: @redyetidev @marco-ippolito @ErickWendel