Skip to content

Instantly share code, notes, and snippets.

@jmaicaaan
Last active November 28, 2020 15:20
Show Gist options
  • Save jmaicaaan/81e70903688ce89b80b556e03c2fb6e3 to your computer and use it in GitHub Desktop.
Save jmaicaaan/81e70903688ce89b80b556e03c2fb6e3 to your computer and use it in GitHub Desktop.
"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