Skip to content

Commit 3e01dcf

Browse files
Update
1 parent 8e0e0be commit 3e01dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/HTMLCodeBlockElement.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import HTMLCodeBlockElement from '../src/class/HTMLCodeBlockElement';
22

3-
// Mock
3+
// highlight endgine mock
44
HTMLCodeBlockElement.highlight = function hoge({src}) {
55
return {
66
markup: src,

0 commit comments

Comments
 (0)