mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-22 03:23:02 +00:00
Format files using prettier
This commit is contained in:
parent
ff3a1d3d65
commit
6e4f0d4969
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue