diff options
author | 2022-12-13 13:47:16 +0000 | |
---|---|---|
committer | 2022-12-13 13:47:16 +0000 | |
commit | 7de9259d81ba9efc4ff3c7ccf04a799efe409aaa (patch) | |
tree | a5acb64e0b92a77ee92759445536be07842616c6 | |
parent | c76e1c810228fb53cd9c34edc73747b0ab64dc28 (diff) | |
download | astro-7de9259d81ba9efc4ff3c7ccf04a799efe409aaa.tar.gz astro-7de9259d81ba9efc4ff3c7ccf04a799efe409aaa.tar.zst astro-7de9259d81ba9efc4ff3c7ccf04a799efe409aaa.zip |
[ci] format
-rw-r--r-- | packages/astro-rss/test/rss.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-rss/test/rss.test.js b/packages/astro-rss/test/rss.test.js index 79f3529f2..c66c11eb6 100644 --- a/packages/astro-rss/test/rss.test.js +++ b/packages/astro-rss/test/rss.test.js @@ -23,7 +23,7 @@ const phpFeedItemWithContent = { }; const phpFeedItemWithCustomData = { ...phpFeedItem, - customData: '<dc:creator><![CDATA[Buster Bluth]]></dc:creator>' + customData: '<dc:creator><![CDATA[Buster Bluth]]></dc:creator>', }; const web1FeedItem = { |