5 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
test:
 | 
						|
	@find tests/*.js | xargs -n 1 -t node
 | 
						|
 
 | 
						|
.PHONY: test
 | 
						|
 |