]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/export-styles.blade.php
Fixed tests from streaming changes
[bookstack] / resources / views / common / export-styles.blade.php
index ee10637dddf4e0a0022f2feb4e78bc08d38a165f..1dfa6bb45b63ef9d299d1bd15123b48fcf7802af 100644 (file)
@@ -1,5 +1,5 @@
 <style>
-    @if (!app()->environment('testing'))
+    @if (!app()->runningUnitTests())
         {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
     @endif
 </style>