Skip to content

Commit ee6274a

Browse files
committed
test
1 parent 2d78b99 commit ee6274a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
// test select component
4+
5+
use Illuminate\Support\Facades\View;
6+
7+
it('can render select component', function () {
8+
$this->assertTrue(View::exists('template-components::select'));
9+
});

0 commit comments

Comments
 (0)