-
Notifications
You must be signed in to change notification settings - Fork 906
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
chore: Migrate doctor command to TypeScript (3) #719
chore: Migrate doctor command to TypeScript (3) #719
Conversation
Tests are failing because of the We check for 'Android SDK': {
'API Levels': string[];
'Build Tools': string[];
'System Images': string[];
'Android NDK': string;
}; @lucasbento do you know if |
@thib92 I think |
Thanks @thymikee, I’ll take a look! |
Thanks. I’ll update the typings then. |
'System Images': string[]; | ||
'Android NDK': string; | ||
}; | ||
'Android SDK': |
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.
Ideally, we should contribute these typings to the envinfo
repo. There are no typings yet in there. There is an ongoing PR, but the typings are quite incomplete.
CI is failing but doesn't seem related 🤔 |
@thymikee is there a way to "try again" on Azure Pipeline? I ran the E2E tests locally and they worked. It might just be an "infrastructure bug" while it ran the test. |
@thib92 Tests on Windows seem to fail every now and then. I wouldn't care too much C: |
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.
LGTMT. Thank you for your contribution <3
@Esemesek I guess you figured it out after the comments, but the function types are not needed here because we already have the |
@thib92 Yup. Figured it out C: |
Summary:
Finish the healthchecks migration to TS, continuing the work from #712 and #716 (linked to #683):
androidSDK
iosDeploy
nodeJs
packageManagers
watchman
Test Plan: