tvl-depot/snippets/js2-mode/it

7 lines
74 B
Text
Raw Normal View History

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