Test of async method in Jest
An example of code:
|
|
If you write test like this:
|
|
This test will fail
To make this test passed you should use callback function in method it or use Promise
|
|
An example of code:
|
|
If you write test like this:
|
|
This test will fail
To make this test passed you should use callback function in method it or use Promise
|
|
Get a once-per-week email with my latest content. By subscribing to this newsletter you will also be the first to receive last updates of my eBooks and courses.