Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Mocha allows us to say that a test spec or test suite is asynchronous. In this video, you'll learn how to pass an argument to the internal function of a 'describe' or 'it' block to tell Mocha to wait on running expectations until we specifically say so.
Resources
Video review
- Mocha allows us to say that a test spec or test suite is "asynchronous"
- Passing an argument to the internal function of a
describe()
orit()
block will tell Mocha to wait on running our expectations until we specifically say so - Passing the
done
argument to our test spec tells Mocha that itβs supposed to wait for our instructions before checking our expectations. - Mocha will wait for
done()
to fire before checking the expectations
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up