From ceb5e305aa84b28c3f7eab62fef3c6bf694f68c9 Mon Sep 17 00:00:00 2001 From: Severin Date: Thu, 20 Feb 2020 11:52:26 +0100 Subject: [PATCH] Fixed typo in #path unit test thanks to javascript the test worked anyway --- test/specs/arboreal-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/arboreal-spec.js b/test/specs/arboreal-spec.js index 3be1055..3673d27 100644 --- a/test/specs/arboreal-spec.js +++ b/test/specs/arboreal-spec.js @@ -160,7 +160,7 @@ describe("Arboreal", function () { it("#path", function () { var tree = new Arboreal(), - treeArry; + treeArray; appendSomeChildren(tree); treeArray = tree.toArray();