We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6edeb commit a2e670eCopy full SHA for a2e670e
tests/Feature/Command/TailwindCssCommandTest.php
@@ -17,7 +17,7 @@ public function it_installs_tailwindcss_command(): void
17
}
18
19
20
- $packageJsonPath = base_path('package.json');
+ $packageJsonPath = base_path('vendor/orchestra/testbench-core/laravel/package.json');
21
if (File::exists($packageJsonPath)) {
22
File::put($packageJsonPath, '
23
{
@@ -35,7 +35,7 @@ public function it_installs_tailwindcss_command(): void
35
/** @test */
36
public function it_asks_to_overwrite_tailwindcss_command(): void
37
38
39
40
41
0 commit comments