Jasmine JavaScript Testing Framework Practice Test
FREE Jasmine JavaScript Knowledge Questions and Answers
How does Jasmine test exceptions?
Select your answer
A
Use the `toThrowError()` matcher.
B
Use the `catch()` function.
C
Use the `try...catch` statement.
D
Use the `expectError()` function.
Hint