Files
DotfilesOld/emacs/.doom.d/snippets/js-mode/Jest/it
2020-11-15 22:22:07 +01:00

9 lines
81 B
Plaintext

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