Skip to content

Commit

Permalink
Add Volt test for GA component
Browse files Browse the repository at this point in the history
Since we're back on this train...
  • Loading branch information
JSn1nj4 committed Jul 13, 2024
1 parent 9a74a60 commit 6dcea29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Feature/Livewire/GoogleAnalyticsTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

voltMountable('google-analytics');

test('homepage renders the volt component')
->get('/')
->assertOk()
->assertSeeVolt('google-analytics');

0 comments on commit 6dcea29

Please sign in to comment.