-
Notifications
You must be signed in to change notification settings - Fork 764
feat: add reference resolver tests #561
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
feat: add reference resolver tests #561
Conversation
|
@microsoft-github-policy-service agree |
|
@jakebailey @KeoFoxy Thanks for adding the .idea folder to .gitignore |
|
@rbuckton Any chance for the review yet? |
| const identifier = "some-identifier" | ||
|
|
||
| func TestNewReferenceResolver(t *testing.T) { | ||
| t.Parallel() |
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.
I can perhaps add a
//nolint:paralleltest
|
Thanks, but I don't think we need these; all of this is extremely extensively tested through the thousands of compiler tests we have. |
I have added some coverage for reference resolver in this
along with that I have added .idea dir to .gitignore as intelliJ Goland is incredibly common among Go developers.
Let me know your thoughts about this