13 lines
		
	
	
		
			378 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			378 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <snippet>
 | |
|     <content><![CDATA[
 | |
| afterEach(function () {
 | |
| 	$1
 | |
| });$0
 | |
| ]]></content>
 | |
|     <!-- Optional: Tab trigger to activate the snippet -->
 | |
|     <tabTrigger>aftereach</tabTrigger>
 | |
|     <!-- Optional: Scope the tab trigger will be active in -->
 | |
|     <scope>source.js</scope>
 | |
|     <!-- Optional: Description to show in the menu -->
 | |
|     <description>After Each</description>
 | |
| </snippet> |