git-subtree-dir: users/glittershark/emacs.d git-subtree-mainline:2edb963b97git-subtree-split:69ee53bffa
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			74 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			74 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: it
 | |
| # key: it
 | |
| # --
 | |
| it('$1', () => {
 | |
|   $2
 | |
| }) |