Increase sitemap difference threshold

This commit is contained in:
Sam Carlton 2022-10-06 14:39:51 -05:00
parent 3c6d4664a8
commit f8ab305688

View file

@ -118,7 +118,7 @@ test('Sitemap contains no double slashes in paths', (t) => {
test('Sitemap mostly matches production', async (t) => {
// console.log('t.context.sitemapUrls', t.context.sitemapUrls)
const theshold = 10
const theshold = 20
const urlsNotOnLive = new Set()
// const newLocalUrls = new Set()