How does Jasmine signal that a test function is asynchronous using the callback pattern?
-
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