mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-21 01:06:43 +02:00
test: Wrap in describe block
This commit is contained in:
@@ -173,6 +173,8 @@ describe.skip('architecture diagram', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('should allow adding external icons', () => {
|
||||
urlSnapshotTest('http://localhost:9000/architecture-external.html');
|
||||
describe('architecture - external', () => {
|
||||
it('should allow adding external icons', () => {
|
||||
urlSnapshotTest('http://localhost:9000/architecture-external.html');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user