add jest test snippet

This commit is contained in:
Thomas Ruoff
2019-05-06 08:53:21 +02:00
parent 6947b535a1
commit 7fa33b18d4

View File

@@ -332,3 +332,10 @@ afterEach(() => {
${0:${VISUAL}}
});
endsnippet
snippet test "Jest test"
test('$1', () => {
${0:${VISUAL}}
});
endsnippet