mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
chore: Unskip example test
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { urlSnapshotTest } from '../../helpers/util.ts';
|
import { urlSnapshotTest } from '../../helpers/util.ts';
|
||||||
|
|
||||||
describe.skip('Examples', () => {
|
describe('Examples', () => {
|
||||||
it('should render all examples', () => {
|
it('should render all examples', () => {
|
||||||
urlSnapshotTest('http://localhost:9000/examples.html');
|
urlSnapshotTest('http://localhost:9000/examples.html');
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user