Created
April 1, 2020 08:12
-
-
Save manakuro/af87ffcb398de2a70ed31e2355561e6f 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
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