Skip to content

Commit d27be50

Browse files
committed
(chore) fixup browser tests
1 parent 38966a8 commit d27be50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/highlight_block_callbacks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('after:highlightElement', function() {
141141
});
142142

143143
this.hljs.highlightElement(this.block);
144-
this.block.outerHTML.should.equal(`<code class="language-javascript hljs">redacted</code>`);
144+
this.block.outerHTML.should.equal(`<code class="language-javascript hljs" data-highlighted="yes">redacted</code>`);
145145
})
146146
})
147147

0 commit comments

Comments
 (0)