depot/third_party/tvl/users/glittershark/emacs.d/snippets/js2-mode/it

7 lines
74 B
Text
Raw Normal View History

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