Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created November 2, 2017 15:43
Show Gist options
  • Save SaschaHeyer/d017b057b65163638f42f1b12fa554c7 to your computer and use it in GitHub Desktop.
Save SaschaHeyer/d017b057b65163638f42f1b12fa554c7 to your computer and use it in GitHub Desktop.
describe
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