Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chai.describe is undefined #5

Open
dustyfox opened this issue Jun 17, 2015 · 1 comment
Open

chai.describe is undefined #5

dustyfox opened this issue Jun 17, 2015 · 1 comment

Comments

@dustyfox
Copy link

The example uses 'descibe' which is undefined

@kaveet
Copy link

kaveet commented Mar 6, 2018

For anyone searching:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants