We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d78b99 commit ee6274aCopy full SHA for ee6274a
tests/components/SelectComponentTest.php
@@ -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