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