-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Add test for #7301 #8622
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
Add test for #7301 #8622
Conversation
Hi @Andy-MS, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
@@ -3044,6 +3085,18 @@ namespace FourSlashInterface { | |||
this.state.verifyGetScriptLexicalStructureListContains(name, kind); | |||
} | |||
|
|||
public navigationBarCount(count: number) { |
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.
we already have these as verifyGetScriptLexicalStructureListCount
.
so |
…h test helpers and remove unnecessary duplicate helpers
ee1a154
to
cdc0008
Compare
thanks! |
👍 |
Resolves #7301