提交 68f863bd 编写于 作者: P Phil Hughes

Fixed spec checking for highlightjs class

上级 32c6ea2d
......@@ -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();
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册