mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-06 17:16:43 +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();
|
||||
setLogLevel('trace');
|
||||
});
|
||||
describe('hiearchy', function () {
|
||||
describe('hierarchy', function () {
|
||||
it('KNBN-1 should handle a simple root definition abc122', function () {
|
||||
const str = `kanban
|
||||
root`;
|
||||
|
@@ -10,7 +10,7 @@ describe('when parsing a mindmap ', function () {
|
||||
mindmap.yy.clear();
|
||||
setLogLevel('trace');
|
||||
});
|
||||
describe('hiearchy', function () {
|
||||
describe('hierarchy', function () {
|
||||
it('MMP-1 should handle a simple root definition abc122', function () {
|
||||
const str = `mindmap
|
||||
root`;
|
||||
|
Reference in New Issue
Block a user