8 lines
		
	
	
		
			121 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			121 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
test:
 | 
						|
	@./node_modules/mocha/bin/mocha --reporter list
 | 
						|
 | 
						|
subl:
 | 
						|
	@subl lib/ test/ package.json index.js
 | 
						|
 | 
						|
.PHONY: test subl
 |