mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
703ef51685
* 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 |