File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
<snippet >
2
- <content ><![CDATA[
2
+ <content ><![CDATA[
3
3
describe('${1:description}', function () {
4
- ${2:// body...}
4
+ ${2:// body...}
5
5
});
6
6
]]> </content >
7
- <tabTrigger >desc</tabTrigger >
8
- <scope >source.js</scope >
9
- <description >BDD describe</description >
7
+ <tabTrigger >desc</tabTrigger >
8
+ <scope >source.js</scope >
9
+ <description >BDD describe</description >
10
10
</snippet >
Original file line number Diff line number Diff line change 1
1
<snippet >
2
- <content ><![CDATA[
2
+ <content ><![CDATA[
3
3
it('${1:description}', function (done) {
4
- ${2:// body...}
4
+ ${2:// body...}
5
5
});
6
6
]]> </content >
7
- <tabTrigger >ita</tabTrigger >
8
- <scope >source.js</scope >
9
- <description >BDD it asynchronous</description >
7
+ <tabTrigger >ita</tabTrigger >
8
+ <scope >source.js</scope >
9
+ <description >BDD it asynchronous</description >
10
10
</snippet >
Original file line number Diff line number Diff line change 1
1
<snippet >
2
- <content ><![CDATA[
2
+ <content ><![CDATA[
3
3
it('${1:description}', function () {
4
- ${2:// body...}
4
+ ${2:// body...}
5
5
});
6
6
]]> </content >
7
- <tabTrigger >its</tabTrigger >
8
- <scope >source.js</scope >
9
- <description >BDD it synchronous</description >
7
+ <tabTrigger >its</tabTrigger >
8
+ <scope >source.js</scope >
9
+ <description >BDD it synchronous</description >
10
10
</snippet >
Original file line number Diff line number Diff line change 1
1
<snippet >
2
2
<content ><![CDATA[
3
3
for (var ${1:prop} in ${2:obj}) {
4
- if (${2:obj}.hasOwnProperty(${1:prop})) {
5
- ${3:// body...}
6
- }
4
+ if (${2:obj}.hasOwnProperty(${1:prop})) {
5
+ ${3:// body...}
6
+ }
7
7
}
8
8
]]> </content >
9
9
<tabTrigger >fi</tabTrigger >
You can’t perform that action at this time.
0 commit comments