mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: itBlock
|
|
# key: it
|
|
# --
|
|
|
|
it('$1', () => {
|
|
$0
|
|
})
|