Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created April 1, 2020 08:13
Show Gist options
  • Save manakuro/a7101cac950e61a6b98fd3ebdf5f20d7 to your computer and use it in GitHub Desktop.
Save manakuro/a7101cac950e61a6b98fd3ebdf5f20d7 to your computer and use it in GitHub Desktop.
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