mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix typos
This commit is contained in:
parent
3fde8f10a7
commit
c5f333483b
3 changed files with 5 additions and 5 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 = 20
|
||||
const threshold = 20
|
||||
|
||||
const urlsNotOnLive = new Set()
|
||||
// const newLocalUrls = new Set()
|
||||
|
|
@ -154,7 +154,7 @@ test('Sitemap mostly matches production', async (t) => {
|
|||
t.log( 'Not found locally', liveSitemapUrlStrings )
|
||||
}
|
||||
|
||||
if ( totalDifferences >= theshold ) {
|
||||
if ( totalDifferences >= threshold ) {
|
||||
t.fail( message )
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue