aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/sitemap/test/base-path.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/sitemap/test/base-path.test.js')
-rw-r--r--packages/integrations/sitemap/test/base-path.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/sitemap/test/base-path.test.js b/packages/integrations/sitemap/test/base-path.test.js
index df3cadcc4..fee031ff4 100644
--- a/packages/integrations/sitemap/test/base-path.test.js
+++ b/packages/integrations/sitemap/test/base-path.test.js
@@ -23,7 +23,7 @@ describe('URLs with base path', () => {
assert.equal(sitemapZero.urlset.url[0].loc[0], 'http://example.com/base/one/');
assert.equal(
sitemapIndex.sitemapindex.sitemap[0].loc[0],
- 'http://example.com/base/sitemap-0.xml'
+ 'http://example.com/base/sitemap-0.xml',
);
});
});
@@ -45,7 +45,7 @@ describe('URLs with base path', () => {
assert.equal(sitemapZero.urlset.url[0].loc[0], 'http://example.com/base/123/');
assert.equal(
sitemapIndex.sitemapindex.sitemap[0].loc[0],
- 'http://example.com/base/sitemap-0.xml'
+ 'http://example.com/base/sitemap-0.xml',
);
});
});