1
0
mirror of synced 2025-12-08 14:54:02 +08:00

chore: small changes

This commit is contained in:
redhoodsu
2022-12-11 00:44:15 +08:00
parent 7ada0f689f
commit 73be39bf98

View File

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