6 lines
		
	
	
		
			65 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			65 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| test:
 | |
| 	@./node_modules/.bin/mocha \
 | |
| 		--ui exports
 | |
| 
 | |
| .PHONY: test |