Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created September 26, 2018 05:35
Show Gist options
  • Save agoiabel/0cf55f3d14ec12a6213c48f61874d365 to your computer and use it in GitHub Desktop.
Save agoiabel/0cf55f3d14ec12a6213c48f61874d365 to your computer and use it in GitHub Desktop.
describe('Use to decribe the whole test that will take place', () => {
it('test for something', () => {
//this handle the test
});
it('test another thing', () => {
//this handle the test
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment