Edit File: volt-component-pest.stub
<?php use Livewire\Volt\Volt; it('can render', function () { $component = Volt::test('{{ name }}'); $component->assertSee(''); });
Back