We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0e0be commit 3e01dcfCopy full SHA for 3e01dcf
test/HTMLCodeBlockElement.test.ts
@@ -1,6 +1,6 @@
1
import HTMLCodeBlockElement from '../src/class/HTMLCodeBlockElement';
2
3
-// Mock
+// highlight endgine mock
4
HTMLCodeBlockElement.highlight = function hoge({src}) {
5
return {
6
markup: src,
0 commit comments