mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			6 lines
		
	
	
		
			188 B
		
	
	
	
		
			TypeScript
		
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			188 B
		
	
	
	
		
			TypeScript
		
	
	
	
|  | import { setupWorker } from 'msw/browser'; | ||
|  | 
 | ||
|  | import allAlertingHandlers from 'app/features/alerting/unified/mocks/server/all-handlers'; | ||
|  | 
 | ||
|  | export default setupWorker(...allAlertingHandlers); |