Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/livewire-filepond
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 16, 2024
2 parents a0fbd0a + 261d6c8 commit 573787d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Spatie\LivewireFilepond\Tests;

use Illuminate\Database\Eloquent\Factories\Factory;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use Spatie\LivewireFilepond\LivewireFilepondServiceProvider;
Expand All @@ -23,6 +22,4 @@ protected function getPackageProviders($app)
LivewireFilepondServiceProvider::class,
];
}


}
2 changes: 0 additions & 2 deletions tests/TestSupport/Components/TestComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ public function render()
{
return '<div>dummy</div>';
}


}
2 changes: 1 addition & 1 deletion tests/WithFilePondTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
use Livewire\Livewire;
use Spatie\LivewireFilepond\Tests\TestSupport\Components\TestComponent;

it('can mount a Livewire component that has the filepond trait applied to it', function() {
it('can mount a Livewire component that has the filepond trait applied to it', function () {
Livewire::test(TestComponent::class)->assertOk();
});

0 comments on commit 573787d

Please sign in to comment.