7 lines
		
	
	
		
			No EOL
		
	
	
		
			80 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			80 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: test
 | |
| # key: test
 | |
| # --
 | |
| test('$1', () => {
 | |
|   $2
 | |
| }) |