Format files using prettier

This commit is contained in:
nachtjasmin 2023-07-14 06:56:09 +00:00 committed by github-actions[bot]
parent ff3a1d3d65
commit 6e4f0d4969

View file

@ -58,7 +58,7 @@ const valueExtractionTests = [
], // 404 errors
[`<a href="https://de.pronouns.page/:Katze"></a>`, "Katze"], // custom pronouns
[`<a href="https://de.pronouns.page/@benaryorg"></a>`, "Katze"], // custom pronouns in profile
[`:theythem:`, null] // emojis shortcodes used for pronouns
[`:theythem:`, null], // emojis shortcodes used for pronouns
];
for (const [input, expects] of valueExtractionTests) {
valueExtractionSuite(input, async () => {