diff --git a/cheerio/cheerio-tests.ts b/cheerio/cheerio-tests.ts index c41939a30..2f7b9f948 100644 --- a/cheerio/cheerio-tests.ts +++ b/cheerio/cheerio-tests.ts @@ -29,7 +29,7 @@ $ = cheerio.load(html, { normalizeWhitespace: true, xmlMode: true, decodeEntities: true, - lowercaseTags: true, + lowerCaseTags: true, lowerCaseAttributeNames: true, recognizeCDATA: true, recognizeSelfClosing: true