mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			89 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			89 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
test:
 | 
						|
	@./node_modules/.bin/mocha \
 | 
						|
		--require should \
 | 
						|
		--reporter spec
 | 
						|
 | 
						|
.PHONY: test |