Created
September 26, 2018 05:35
-
-
Save agoiabel/0cf55f3d14ec12a6213c48f61874d365 to your computer and use it in GitHub Desktop.
This file contains hidden or 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('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