Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created April 1, 2020 08:12
Show Gist options
  • Save manakuro/af87ffcb398de2a70ed31e2355561e6f to your computer and use it in GitHub Desktop.
Save manakuro/af87ffcb398de2a70ed31e2355561e6f to your computer and use it in GitHub Desktop.
import { getAnimal } from './util';
describe('getAnimal', () => {
it('passes', () => {
expect(getAnimal(1)).toEqual('CATS')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment