Make spacing consistant
This commit is contained in:
parent
6aff23f3d5
commit
170288deb7
|
@ -1 +1 @@
|
||||||
expect( ${1} ).to${2}();
|
expect(${1}).to${2}();
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
spyOn( ${1:object}, '${2:method}' );
|
spyOn(${1:object}, '${2:method}');
|
||||||
|
|
Loading…
Reference in New Issue