1
0
mirror of synced 2025-12-12 01:18:00 +08:00

chore: small changes

This commit is contained in:
redhoodsu
2022-12-24 15:02:15 +08:00
parent f90bb1354f
commit de2a02232d

View File

@@ -8,6 +8,5 @@ describe('sources', function () {
it('raw', function () { it('raw', function () {
tool.set('raw', '/* test */') tool.set('raw', '/* test */')
expect($tool.find('.eruda-raw')).toContainHtml('/* test */')
}) })
}) })