diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 19:56:44 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-03 21:07:35 -0400 |
commit | 4ebe7fc5665b2428ab85ac1da888a2661a6fe94d (patch) | |
tree | 0eb78da70ceaa82186e3b2c2aaca285941fe804b /test | |
parent | a98f2af3d08c5566c188a79bc75c7168d2b555be (diff) |
external-links, test: fandom page links, custom "transform"
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/linkExternal.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/snapshot/linkExternal.js b/test/snapshot/linkExternal.js index 434372a9..92cb8947 100644 --- a/test/snapshot/linkExternal.js +++ b/test/snapshot/linkExternal.js @@ -42,6 +42,13 @@ testContentFunctions(t, 'linkExternal (snapshot)', async (t, evaluate) => { // Just one custom domain of each platform is OK here 'https://music.solatrus.com/', 'https://types.pl/', + + 'https://community.fandom.com/', + 'https://community.fandom.com/wiki/', + 'https://community.fandom.com/wiki/Community_Central', + 'https://mspaintadventures.fandom.com/', + 'https://mspaintadventures.fandom.com/wiki/', + 'https://mspaintadventures.fandom.com/wiki/Draconian_Dignitary', ]); quickSnapshotAllStyles('album', [ |