mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:47:31 -04:00 
			
		
		
		
	* Install Cypress * Fix npm vulnerabilities * scaffold cypress * ignore local tests * login page test * invoices tests * recurring invoices * payments tests * payment methods tests * update invoices & quotes * credits tests
		
			
				
	
	
		
			3 lines
		
	
	
		
			96 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			96 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @if(app()->environment() == 'testing' || app()->environment() == 'local')
 | |
|     {{ $slot }}
 | |
| @endif |