Created
April 1, 2020 08:13
-
-
Save manakuro/a7101cac950e61a6b98fd3ebdf5f20d7 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('getAnimal', () => { | |
context('when passing code 1', () => { | |
it('should get CATS', () => { | |
expect(getAnimal(1)).toEqual('CATS') | |
}) | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment