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 5cd1bec commit 5ec94c7Copy full SHA for 5ec94c7
tests/TestCase.php
@@ -23,7 +23,7 @@ public function setUp(): void
23
{
24
parent::setUp();
25
26
- View::addLocation(__DIR__.'/stubs');
+ View::addLocation(__DIR__.'/Stubs');
27
28
Inertia::setRootView('welcome');
29
config()->set('inertia.page.should_exist', false);
0 commit comments