Skip to content

Commit 3d52b42

Browse files
committed
fix: remove meta-commentary from test comment
Address CodeRabbit review comment by removing 'per coderabbitai suggestion' from the comment. Comments should focus on code intent rather than review provenance.
1 parent bf30e3d commit 3d52b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/web/abort/abort-signal-any.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe("AbortSignal.any()", () => {
8585
});
8686

8787
describe("reason propagation", () => {
88-
// Table-driven tests for different reason types per coderabbitai suggestion
88+
// Table-driven tests for different reason types
8989
const reasonCases = [
9090
{ name: "Error", reason: new Error("custom abort reason") },
9191
{ name: "string", reason: "string reason" },

0 commit comments

Comments
 (0)