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