Skip to content

Commit 65d391f

Browse files
committed
ignore unit test
1 parent 3d28385 commit 65d391f

File tree

1 file changed

+2
-0
lines changed
  • src/app/(proper_react)/(redesign)/(public)/LandingViewRedesign/components

1 file changed

+2
-0
lines changed

src/app/(proper_react)/(redesign)/(public)/LandingViewRedesign/components/Faq.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export const Faq = ({
9696
{
9797
id: "premium-continuous-data-removal",
9898
question: l10n.getString("landing-premium-continuous-data-removal-qn"),
99+
/* c8 ignore start */
99100
answer: enabledFeatureFlags.includes("MaskDataBrokerCount")
100101
? l10n.getFragment(
101102
"landing-premium-continuous-data-removal-ans-masked",
@@ -125,6 +126,7 @@ export const Faq = ({
125126
),
126127
},
127128
}),
129+
/* c8 ignore stop */
128130
isExpanded: expandedQuestion === "premium-continuous-data-removal",
129131
onExpandAnswer: () => {
130132
handleExpandAnswer("premium-continuous-data-removal");

0 commit comments

Comments
 (0)