13 lines
374 B
XML
13 lines
374 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
it('${1:expectation}', function () {
|
|
$2
|
|
});
|
|
]]></content>
|
|
<!-- Optional: Tab trigger to activate the snippet -->
|
|
<tabTrigger>it</tabTrigger>
|
|
<!-- Optional: Scope the tab trigger will be active in -->
|
|
<scope>source.js</scope>
|
|
<!-- Optional: Description to show in the menu -->
|
|
<description>It</description>
|
|
</snippet> |