sforkowany z mirror/soapbox
				
			Danger: fix test files glob
							rodzic
							
								
									e472092bec
								
							
						
					
					
						commit
						504693db83
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@ import { danger, warn, message } from 'danger';
 | 
			
		|||
 | 
			
		||||
const docs = danger.git.fileMatch('docs/**/*.md');
 | 
			
		||||
const app = danger.git.fileMatch('app/**/*.(js|ts|tsx)');
 | 
			
		||||
const tests = danger.git.fileMatch('*/__tests__/*');
 | 
			
		||||
const tests = danger.git.fileMatch('**/__tests__/**');
 | 
			
		||||
 | 
			
		||||
if (docs.edited) {
 | 
			
		||||
  message('Thanks - We :heart: our [documentarians](http://www.writethedocs.org/)!');
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue