mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-02 22:17:21 +01:00
add jest test snippet
This commit is contained in:
@@ -332,3 +332,10 @@ afterEach(() => {
|
||||
${0:${VISUAL}}
|
||||
});
|
||||
endsnippet
|
||||
|
||||
snippet test "Jest test"
|
||||
test('$1', () => {
|
||||
${0:${VISUAL}}
|
||||
});
|
||||
endsnippet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user