1
0
mirror of synced 2025-11-06 04:21:11 +08:00

feat: theme

This commit is contained in:
redhoodsu
2019-11-17 22:16:28 +08:00
parent 7428238188
commit dcf8e182fb
32 changed files with 805 additions and 423 deletions

View File

@@ -10,7 +10,7 @@ describe('sources', function() {
it('highlight', function() {
tool.set('js', '/* test */')
expect($tool.find('.eruda-content')).toContainHtml(
'<span style="color:#63a35c;">/* test */</span>'
'/* test */'
)
})
})