diff --git a/test/prebuild/listings.js b/test/prebuild/listings.js index 22c3606..519d1db 100644 --- a/test/prebuild/listings.js +++ b/test/prebuild/listings.js @@ -163,7 +163,7 @@ test('Listings have valid headings', async t => { for( const element of elements ) { for ( const [ check, checkMethod ] of Object.entries( checks ) ) { - console.log( `Ckecking ${ selector } ${ check }` ) + // console.log( `Ckecking ${ selector } ${ check }` ) const value = element.getAttribute( check )