Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 committed Aug 6, 2023
1 parent dc92551 commit d079935
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/components/TextareaComponentTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

// test textarea component

use Illuminate\Support\Facades\View;

it('can render textarea component', function () {
$this->assertTrue(View::exists('template-components::textarea'));
});

0 comments on commit d079935

Please sign in to comment.