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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing: fix error when updating test items without URIs #161272

Merged
merged 1 commit into from Sep 19, 2022

Conversation

connor4312
Copy link
Member

TS allowed me to assign (u: URI) => string to (u: URI | undefined) => string which it seems like should not be valid 馃

Fixes #160318

TS allowed me to assign `(u: URI) => string` to `(u: URI | undefined) => string`
which it seems like should not be valid 馃

Fixes #160318
@connor4312 connor4312 merged commit 831be46 into main Sep 19, 2022
@connor4312 connor4312 deleted the fix/testing-tree-error branch September 19, 2022 20:15
@github-actions github-actions bot locked and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing: test hierarchy is broken with C++ TestMate extension
3 participants