mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 23:17:22 +01:00
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: afterEachBlock
|
|
# key: afe
|
|
# --
|
|
|
|
afterEach('$1', () => {
|
|
$0
|
|
})
|