wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
911 stars 71 forks source link

Adds basic test suite for existing functionality #8

Open ksassnowski opened 3 years ago

ksassnowski commented 3 years ago

This PR adds a basic test suite for the existing functionality. Since I'm not too familiar with Livewire, I didn't add any tests using Livewire::test(). I also tried to mostly document the existing behavior without changing too much of the implementation.

There were a few issues I noticed while writing the tests:

Anyways, let me know what you think!

PhiloNL commented 3 years ago

Thanks @ksassnowski - Really appreciate the time you took to make improvements and write the tests🙌 I'll take a look this weekend or Monday and get back to you! Have a great weekend!

PhiloNL commented 3 years ago

Sorry for the wait @ksassnowski, it's still on my list to review, thanks for your patience 🙏

ksassnowski commented 3 years ago

No worries 🤘

Krato commented 2 years ago

Updates?