spelling: hierarchy

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:04:13 -04:00
parent 6a0fb67ab7
commit cba4d733f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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`;

View File

@@ -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`;