-
Notifications
You must be signed in to change notification settings - Fork 629
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(http): format test names #4400
Conversation
http/server_test.ts
Outdated
@@ -127,7 +127,7 @@ class MockListener implements Deno.Listener { | |||
} | |||
|
|||
Deno.test( | |||
"Server.addrs should expose the addresses the server is listening on", | |||
"Server() exposes the addresses the server is listening on as addrs property", |
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.
Can you please remove the round brackets on class names?
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.
done
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 again, Tim.
Ref: #3754