mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
spelling: hierarchy
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ describe('when parsing a kanban ', function () {
|
|||||||
kanban.yy.clear();
|
kanban.yy.clear();
|
||||||
setLogLevel('trace');
|
setLogLevel('trace');
|
||||||
});
|
});
|
||||||
describe('hiearchy', function () {
|
describe('hierarchy', function () {
|
||||||
it('KNBN-1 should handle a simple root definition abc122', function () {
|
it('KNBN-1 should handle a simple root definition abc122', function () {
|
||||||
const str = `kanban
|
const str = `kanban
|
||||||
root`;
|
root`;
|
||||||
|
@@ -10,7 +10,7 @@ describe('when parsing a mindmap ', function () {
|
|||||||
mindmap.yy.clear();
|
mindmap.yy.clear();
|
||||||
setLogLevel('trace');
|
setLogLevel('trace');
|
||||||
});
|
});
|
||||||
describe('hiearchy', function () {
|
describe('hierarchy', function () {
|
||||||
it('MMP-1 should handle a simple root definition abc122', function () {
|
it('MMP-1 should handle a simple root definition abc122', function () {
|
||||||
const str = `mindmap
|
const str = `mindmap
|
||||||
root`;
|
root`;
|
||||||
|
Reference in New Issue
Block a user