Created
November 2, 2017 15:43
-
-
Save SaschaHeyer/d017b057b65163638f42f1b12fa554c7 to your computer and use it in GitHub Desktop.
describe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe('the test suite name wich describes the group the best', function(){ | |
// can nest more describe() | |
// or tests | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment