christophrumpel / missing-livewire-assertions

Adding the missing Livewire assertions to your Laravel project
MIT License
136 stars 25 forks source link

Move test related resources into tests #1

Closed mpociot closed 3 years ago

mpociot commented 3 years ago

Right now the service provider registers views and the package, in general, provides a couple of components that are only needed for running the tests.

I moved all of the components to the Tests folder/namespace as well as moved the resources/views path to tests as there is no need to publish and even distribute those files.

christophrumpel commented 3 years ago

Good catch. Thanks @mpociot 👍