Skip to content

Instantly share code, notes, and snippets.

@MarceloHoffmeister
Last active January 27, 2021 05:58
Show Gist options
  • Save MarceloHoffmeister/1b270ace1ebb18f2434457d6c517bc05 to your computer and use it in GitHub Desktop.
Save MarceloHoffmeister/1b270ace1ebb18f2434457d6c517bc05 to your computer and use it in GitHub Desktop.
Snippets
{
"Jest test": {
"prefix": "test",
"body": [
"describe('', () => {",
" test('', () => {",
" $0",
" })",
"})",
""
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment