-
-
Notifications
You must be signed in to change notification settings - Fork 21
chore: fix wrong JSDoc tag #179
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: fix wrong JSDoc tag #179
Conversation
@@ -1,5 +1,5 @@ | |||
/** | |||
* @filedescription The CSSLanguage class. | |||
* @fileoverview The CSSLanguage class. |
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.
* @fileoverview The CSSLanguage class. | |
* @fileoverview The CSSLanguage class. |
I've found that @filedescription
is not a valid JSDoc directive.
strictEqual
with deepStrictEqual
for better accuracydeepStrictEqual
test for better accuracy
deepStrictEqual
test for better accuracydeepStrictEqual
tests for better accuracy
8473e03
to
7a2cb1f
Compare
deepStrictEqual
tests for better accuracy
Based on the feedback provided, I’ve removed the |
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.
LGTM, thanks!
Prerequisites checklist
What is the purpose of this pull request?
Edited:
In this PR, I've fixed wrong JSDoc directive.
What changes did you make? (Give an overview)
Related Issues
Is there anything you'd like reviewers to focus on?