CAPS04-FE-REFACTOR / tests /Feature /ExampleTest.php
wepee's picture
setup: new project laravel 13 react with inertia
ec474ac
Raw
History Blame Contribute Delete
133 Bytes
<?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
});