mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-08 14:54:08 +01:00
spelling: hierarchical
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ describe('when parsing a kanban ', function () {
|
|||||||
expect(sections.length).toEqual(1);
|
expect(sections.length).toEqual(1);
|
||||||
expect(sections[0].label).toEqual('root');
|
expect(sections[0].label).toEqual('root');
|
||||||
});
|
});
|
||||||
it('KNBN-2 should handle a hierachial kanban definition', function () {
|
it('KNBN-2 should handle a hierarchical kanban definition', function () {
|
||||||
const str = `kanban
|
const str = `kanban
|
||||||
root
|
root
|
||||||
child1
|
child1
|
||||||
@@ -56,7 +56,7 @@ describe('when parsing a kanban ', function () {
|
|||||||
expect(sections[0].label).toEqual('root');
|
expect(sections[0].label).toEqual('root');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('KNBN-4 should not distinguish between deeper hierachial levels in thr kanban definition', function () {
|
it('KNBN-4 should not distinguish between deeper hierarchical levels in thr kanban definition', function () {
|
||||||
const str = `kanban
|
const str = `kanban
|
||||||
root
|
root
|
||||||
child1
|
child1
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ describe('when parsing a mindmap ', function () {
|
|||||||
// console.log('Time for checks', mindmap.yy.getMindmap().descr);
|
// console.log('Time for checks', mindmap.yy.getMindmap().descr);
|
||||||
expect(mindmap.yy.getMindmap().descr).toEqual('root');
|
expect(mindmap.yy.getMindmap().descr).toEqual('root');
|
||||||
});
|
});
|
||||||
it('MMP-2 should handle a hierachial mindmap definition', function () {
|
it('MMP-2 should handle a hierarchical mindmap definition', function () {
|
||||||
const str = `mindmap
|
const str = `mindmap
|
||||||
root
|
root
|
||||||
child1
|
child1
|
||||||
@@ -43,7 +43,7 @@ describe('when parsing a mindmap ', function () {
|
|||||||
expect(mindmap.yy.getMindmap().descr).toEqual('root');
|
expect(mindmap.yy.getMindmap().descr).toEqual('root');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('MMP-4 should handle a deeper hierachial mindmap definition', function () {
|
it('MMP-4 should handle a deeper hierarchical mindmap definition', function () {
|
||||||
const str = `mindmap
|
const str = `mindmap
|
||||||
root
|
root
|
||||||
child1
|
child1
|
||||||
|
|||||||
Reference in New Issue
Block a user