mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
fix before/afterEach snippet
This commit is contained in:
@@ -322,13 +322,13 @@ it('$1', () => {
|
||||
endsnippet
|
||||
|
||||
snippet bef "Jasmine beforeEach"
|
||||
beforeEach('$1', () => {
|
||||
beforeEach(() => {
|
||||
${0:${VISUAL}}
|
||||
});
|
||||
endsnippet
|
||||
|
||||
snippet aft "Jasmine afterEach"
|
||||
afterEach('$1', () => {
|
||||
afterEach(() => {
|
||||
${0:${VISUAL}}
|
||||
});
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user