Skip to content
Snippets Groups Projects
Commit 68f863bd authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed spec checking for highlightjs class

parent 32c6ea2d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,11 +76,11 @@ describe('iPython notebook renderer', () => {
 
it('highlights code', () => {
expect(
document.querySelector('.hljs'),
document.querySelector('.token'),
).not.toBeNull();
 
expect(
document.querySelector('.python'),
document.querySelector('.language-python'),
).not.toBeNull();
});
});
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment