Dave Calnan

Results 3 issues of Dave Calnan

# Background When using `php artisan make:*` commands, almost all provide the full relative path to the file in the console output e.g. `Model [app/MyModel.php] created successfully.` This is great...

This PR: - Fixes the error from React about updating the component while rendering by skipping calling the `onChange` callback during the first render ### Before ### After

This PR: - Removes the old Vue tests - Adds a `tests/cypress` directory - Adds `test:e2e:run:react` command to the root of the repo This command uses [`start-server-and-test`](https://github.com/bahmutov/start-server-and-test). This takes three...