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