X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest-data%2Fcommunication.js;fp=test%2Ftest-data%2Fcommunication.js;h=a78e718e621fb055074e876cdd1e031b67afa812;hb=e648aedc1c912cd07da0b1dad7be3910248b25c9;hp=0000000000000000000000000000000000000000;hpb=f84e1d40042316d96b03996f070a50a831812813;p=squeep-indieauth-helper diff --git a/test/test-data/communication.js b/test/test-data/communication.js new file mode 100644 index 0000000..a78e718 --- /dev/null +++ b/test/test-data/communication.js @@ -0,0 +1,68 @@ +'use strict'; + +module.exports = { + linkHeaders: { + 'link': '; rel="self", ; rel="hub", ; rel="preload"; as="image"', + }, + hCardHtml: ` + + + + Thuza Exists + + + + + +
+
+ Nothing to share yet, only a profile. +
+ +
+ +`, + multiMF2Html: ` + + + + Thuza Exists + + + + + +
+
+ Nothing to share yet, only a profile. +
+ + + +
+ +`, + noneMF2Html: ` + + + None Data + + +
+
+ No microformat data here. +
+
+ +`, + };