Last active
November 28, 2020 15:20
-
-
Save jmaicaaan/81e70903688ce89b80b556e03c2fb6e3 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
"Jest It": { | |
"prefix": "jest#it", | |
"body": [ | |
"it('should $1', () => {", | |
" const actual = $2;", | |
" const expected = $3;", | |
" ", | |
" expect(actual).toBe(expected);", | |
"});" | |
], | |
"description": "Jest Test It Block" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment