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