Skip to content

Commit b40f20b

Browse files
jasonbahltheodesp
authored andcommitted
- update sitemap snapshot
1 parent 3b8d1f5 commit b40f20b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/faustwp-core/tests/server/sitemaps/__snapshots__/sitemapUtils.test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`createSitemap() returns a sitemap with no links 1`] = `
4-
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
5-
<urlset xmlns=\\"http://www.sitemaps.org/schemas/sitemap/0.9\\">
4+
"<?xml version="1.0" encoding="UTF-8"?>
5+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
66
77
</urlset>"
88
`;
99

1010
exports[`createSitemap() returns a sitemap with specified urls 1`] = `
11-
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
12-
<urlset xmlns=\\"http://www.sitemaps.org/schemas/sitemap/0.9\\">
11+
"<?xml version="1.0" encoding="UTF-8"?>
12+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
1313
<url>
1414
<loc>http://localhost:3000/</loc>
1515
<lastmod>2022-01-01</lastmod>
@@ -40,15 +40,15 @@ exports[`createSitemap() returns a sitemap with specified urls 1`] = `
4040
`;
4141

4242
exports[`createSitemapIndex() returns a sitemap index with no sitemaps 1`] = `
43-
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
44-
<sitemapindex xmlns=\\"http://www.sitemaps.org/schemas/sitemap/0.9\\">
43+
"<?xml version="1.0" encoding="UTF-8"?>
44+
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
4545
4646
</sitemapindex>"
4747
`;
4848

4949
exports[`createSitemapIndex() returns a sitemap index with specified sitemaps 1`] = `
50-
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
51-
<sitemapindex xmlns=\\"http://www.sitemaps.org/schemas/sitemap/0.9\\">
50+
"<?xml version="1.0" encoding="UTF-8"?>
51+
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
5252
<sitemap>
5353
<loc>http://localhost:3000/post-sitemap.xml</loc>
5454
<lastmod>2022-01-01</lastmod>

0 commit comments

Comments
 (0)