-
Notifications
You must be signed in to change notification settings - Fork 3k
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(typings): Added tests for typings. #1189
Conversation
This may break at the moment, I just split this off of #1086, I'll be making some adjustments to it later this evening. |
Thanks for splitting. Let's not push changes more for now, instead let's leverage this PR to discuss mechanics of type validation test. Currently there are 3 (including this) way proposed,
|
Mainly separation between suggestion is will we going to use existing test cases vs. creating separate set of tests for type validation only. |
As same as other proposal, I've marked it as blocked for now to get final conclusion. |
@david-driscoll , I have created PR #1364 to enable logistics of testing type definition using existing test environment. Once it's agreed, these test may live under existing specs. |
@david-driscoll , I've created initial proposal #1414 to migrate these test into current unit test environment. |
It seems like with the integration tests all in TypeScript now, this might be a redundant effort. What do you think @david-driscoll? @kwonoj? |
: Sort of, but test case itself is still valid. Once #1414 is accepted and checked in this PR need to be updated to use those approach (or either create new PR based on those). I'd like to let @david-driscoll decide between updating this PR or close it. |
#1414 is now checked in, this PR can utilize it. |
@david-driscoll , per discussion at #1479 let me close this PR for now. Primarily we'd like to cover type definition sanity via consumption from unit test itself, unless it's explicitly required. If there's some cases need to be explicitly, please reopen anytime and let's continue discussion. Really appreciate for effort. Thanks again! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.