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: {