tvl-depot/snippets/js2-mode/it
2018-09-18 10:18:20 -04:00

7 lines
No EOL
74 B
Text

# -*- mode: snippet -*-
# name: it
# key: it
# --
it('$1', () => {
$2
})