mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Increase sitemap difference threshold
This commit is contained in:
parent
3c6d4664a8
commit
f8ab305688
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue