1
0
mirror of synced 2025-11-06 04:21:11 +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 () {
tool.set('raw', '/* test */')
expect($tool.find('.eruda-raw')).toContainHtml('/* test */')
})
})