mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import './commands';
 | 
						|
 | 
						|
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
 | 
						|
	// returning false here prevents Cypress from
 | 
						|
	// failing the test
 | 
						|
	return false;
 | 
						|
});
 |