CAPS04-FE-REFACTOR / tests /Unit /ExampleTest.php
wepee's picture
setup: new project laravel 13 react with inertia
ec474ac
Raw
History Blame Contribute Delete
80 Bytes
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});