Skip to content

Conversation

@Semesse
Copy link
Contributor

@Semesse Semesse commented Aug 22, 2022

Some assertions in getHoverPromise().then() will not take effect because these promise are never awaited, even if you add an assert.strictEqual(1, 2); will not result in test failure.
And changed promise.then to await to keep code style consistent with other parts of the test

Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jrieken jrieken added this to the August 2022 milestone Aug 23, 2022
@jrieken jrieken merged commit d5a5929 into microsoft:main Aug 23, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 7, 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.

5 participants