Skip to content
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(json): format test names #4397

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

timreichen
Copy link
Contributor

Ref: #3754

@timreichen timreichen requested a review from kt3k as a code owner February 26, 2024 11:37
@github-actions github-actions bot added the json label Feb 26, 2024
@@ -4,7 +4,7 @@ import { ConcatenatedJsonParseStream } from "./concatenated_json_parse_stream.ts
import { assertInvalidParse, assertValidParse } from "./_test_common.ts";

Deno.test({
name: "[json] ConcatenatedJsonParseStream",
name: "ConcatenatedJsonParseStream()",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please omit the round brackets on class names?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Contributor

@iuioiua iuioiua left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you.

@iuioiua iuioiua changed the title refactor(json): format test names chore(json): format test names Feb 27, 2024
@iuioiua iuioiua merged commit 2dac7a6 into denoland:main Feb 27, 2024
12 checks passed
@timreichen timreichen deleted the json_format_test_names branch February 27, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants