Quiz on Testing Asynchronous Code
Quiz yourself on the ins and outs of testing asynchronous code with Jest.
We'll cover the following...
We'll cover the following...
Quiz on Testing Asynchronous Code
1
(Select all that apply.) What does Jest support testing asynchronous code with?
A)
The Promise
object
B)
async/await
C)
Callback functions
D)
it doesn’t support testing asynchronous code
Question 1 of 50 attempted