mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add js testing snippets
This commit is contained in:
8
emacs/.doom.d/snippets/js-mode/Jest/afe
Normal file
8
emacs/.doom.d/snippets/js-mode/Jest/afe
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: afterEachBlock
|
||||
# key: afe
|
||||
# --
|
||||
|
||||
afterEach('$1', () => {
|
||||
$0
|
||||
})
|
||||
Reference in New Issue
Block a user