Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse Mocha's context (alias for describe) #25
Comments
|
Great tip! Wasn't aware of that Can you share a link to its documentation? |
|
I like how it structures the test. Have a look at RITE, it's also a nice way to push toward more structure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I like Mocha's
contextalias fordescribe. Consider the following example (from 1.1):It could be rewritten: