Skip to content

Commit

Permalink
chore(themed): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Nov 21, 2024
1 parent c192c21 commit 3e8905b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ async function assertThemedProps(page: E2EPage, options: TestTarget): Promise<vo
const isLinearGradientUnderlineToken = token.includes("link-underline-color") && targetProp === "backgroundImage";

if (isFakeBorderColorToken || isLinearGradientUnderlineToken) {
// We only need to test that the expected value is set somewhere in the computed style
expect(styles[targetProp]).toContain(expectedValue);
return;
}
Expand Down

0 comments on commit 3e8905b

Please sign in to comment.