You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example placed chai in front of describe() and before(), which are actually Mocha hooks. For this to work, you need to remove chai from both of those calls.
Additionally, the callback done needs to be changed to done() to execute properly.
The example uses 'descibe' which is undefined
The text was updated successfully, but these errors were encountered: