pest-plugin-watch icon indicating copy to clipboard operation
pest-plugin-watch copied to clipboard

Fix colors & fswatch error condition

Open azmy60 opened this issue 1 year ago • 0 comments

Fixing two issues that are addressed here https://github.com/pestphp/pest/issues/789:

  • --watch does not show colors.

  • When fswatch is not installed, the condition inside checkFswatchIsAvailable() fails, therefore it runs the tests once and doesn't give an error message. This is the message that was given from running fswatch in my Ubuntu 20 (WSL):

image

azmy60 avatar Aug 07 '23 04:08 azmy60