Skip to content

Commit d06158c

Browse files
committed
fix: remove type check from unit test
1 parent fc724ab commit d06158c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/algorithms/data-processing/reverse-array/reverse-array.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ algorithms.forEach(({ fun, id }) => {
1414
fun(['a', 'b', 'c', 'd']),
1515
['d', 'c', 'b', 'a']
1616
)
17-
18-
assert.throws(() => fun())
1917
})
2018
})
2119
})

0 commit comments

Comments
 (0)