Jasmine JavaScript Testing Framework Practice Test
Jasmine JavaScript Testing Framework Jasmine Async Testing
How does Jasmine signal that a test function is asynchronous using the callback pattern?
Select your answer
A
By accepting a done parameter in the test function
B
By returning jasmine.async()
C
By wrapping code in jasmine.wait()
D
By calling jasmine.beginAsync() at the start
Hint