Description
There are some points that continue to confuse people (especially as it relates to our async behavior).
One in particular is using closure scope variables to try and pass data between beforeEach
and individual tests (see #402).
I think we need to create some documentation that addresses each of these types misconceptions so we can quickly link to them. They can be in the readme
if they are concise, but maybe separate documents if they require lengthy explanations.
If anyone can think of other common downfalls / misconceptions / misuses - go ahead and add them to this discussion.