Skip to content

Commit f0aefcc

Browse files
committed
fix: remove type check from unit testing
1 parent 9584f46 commit f0aefcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/project-euler/007-10001st-prime/prime.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ solutions.forEach(({ fun, id }) => {
4040
assert.throws(
4141
() => fun(-1)
4242
)
43-
44-
assert.throws(
45-
() => fun()
46-
)
4743
})
4844
})
4945
})

0 commit comments

Comments
 (0)