pestphp / pest-plugin-watch

The Pest Plugin Watch
https://pestphp.com
MIT License
17 stars 10 forks source link

First run should run the tests #5

Closed nunomaduro closed 4 years ago

nunomaduro commented 4 years ago

If we run ./vendor/bin/pest --watch it will be waiting for changes to run the tests.

It should be:

  1. Run ./vendor/bin/pest --watch.
  2. Run tests
  3. Be on watch
caneco commented 4 years ago

Make sense… 😄

owenvoke commented 4 years ago

This was resolved by #8, so I'm going to close it. 👍