mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
comment out skipped test
This commit is contained in:
parent
22f83f1614
commit
d91934b219
@ -1,4 +1,4 @@
|
|||||||
import { imgSnapshotTest, renderGraph } from '../../helpers/util';
|
import { imgSnapshotTest } from '../../helpers/util';
|
||||||
|
|
||||||
describe('Katex', () => {
|
describe('Katex', () => {
|
||||||
it('1: should render a complex Katex flowchart no htmlLabels', () => {
|
it('1: should render a complex Katex flowchart no htmlLabels', () => {
|
||||||
@ -26,11 +26,11 @@ describe('Katex', () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
// TODO: changes made to develop between Feb 13 - Feb 23 cause this test to no longer function
|
// TODO: changes made to develop between Feb 13 - Feb 23 cause this test to no longer function
|
||||||
it.skip('4: should render an error box originating from Katex', () => {
|
// it.skip('4: should render an error box originating from Katex', () => {
|
||||||
imgSnapshotTest(
|
// imgSnapshotTest(
|
||||||
`graph LR
|
// `graph LR
|
||||||
A["$$\\shouldbeerror$$"]`,
|
// A["$$\\shouldBeError$$"]`,
|
||||||
{ fontFamily: 'courier' }
|
// { fontFamily: 'courier' }
|
||||||
);
|
// );
|
||||||
});
|
// });
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user