From a79af72ced331f0ab2a5e41fe1302a115a2e74c8 Mon Sep 17 00:00:00 2001 From: Or Halimi Date: Fri, 13 Aug 2021 14:33:12 +0300 Subject: [PATCH] Update depth-first.test.js fix syntax --- specs/traversals/depth-first.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/traversals/depth-first.test.js b/specs/traversals/depth-first.test.js index 367f90d8..96951d58 100644 --- a/specs/traversals/depth-first.test.js +++ b/specs/traversals/depth-first.test.js @@ -12,7 +12,7 @@ const postorderTraverse = (node, array) => { // unit tests // do not modify the below code -test.skip("depth-first traversals", function () { +describe.skip("depth-first traversals", function () { const tree = { value: 8, left: {