mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:07:30 -05: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 |