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

7 lines
80 B
Text
Raw Normal View History

2018-09-18 16:18:20 +02:00
# -*- mode: snippet -*-
# name: test
# key: test
# --
test('$1', () => {
$2
})