chore: format

This commit is contained in:
Evan You 2024-07-16 11:09:34 +08:00
parent f44c3b37d4
commit c0b9bd125c
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 2 additions and 6 deletions

View File

@ -40,11 +40,7 @@ describe('decodeHtmlBrowser', () => {
true,
),
).toBe('<strong><strong>&</strong></strong>')
expect(decodeHtmlBrowser('"', true)).toBe(
'"',
)
expect(decodeHtmlBrowser("'", true)).toBe(
"'",
)
expect(decodeHtmlBrowser('"', true)).toBe('"')
expect(decodeHtmlBrowser("'", true)).toBe("'")
})
})