9 lines
		
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
REPORTER = spec
 | 
						|
 | 
						|
test:
 | 
						|
	@./node_modules/.bin/mocha \
 | 
						|
	  --slow 30 \
 | 
						|
	  --reporter $(REPORTER)
 | 
						|
 | 
						|
.PHONY: test |