Skip to content

Commit

Permalink
chore: Update check-site.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 15, 2024
1 parent 55078ee commit 59dc239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/check-site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ describe('site test', () => {
async (res) => {
const html: string = await res.text();
const $ = load(html, {
decodeEntities: false,
recognizeSelfClosing: true,
xml: true,
});
return { status: res.status, $ };
},
Expand Down

0 comments on commit 59dc239

Please sign in to comment.