Skip to content

Commit

Permalink
Vote-2998: Adding url to excluded links (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Nov 5, 2024
1 parent 51eb9b1 commit d574cc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const excludedLinks = [
'https://voterregistration.ct.gov/OLVR/welcome.do?ref=voteusa_es',
'https://voterregistration.ct.gov/OLVR/welcome.do',
'https://www.ncsl.org/elections-and-campaigns/voter-id#toggleContent-15991',
'https://www.fcc.gov/trs'
];

describe("External Link Validator Test", () => {
Expand Down Expand Up @@ -55,4 +56,4 @@ describe("External Link Validator Test", () => {
}
);
});
});
});

0 comments on commit d574cc2

Please sign in to comment.