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 38217ee commit 5b85ab2Copy full SHA for 5b85ab2
tests/Integration/Vite/ViteInstallerTest.php
@@ -17,6 +17,8 @@ protected function configure(): void
17
{
18
$this->installer->configure(__DIR__ . '/install', new Psr4Namespace('App\\', __DIR__ . '/install/app'));
19
20
+ mkdir(__DIR__ . '/install/node_modules');
21
+
22
// force usage of npm because bun will mutate Tempest's root install otherwise
23
touch(__DIR__ . '/install/package-lock.json');
24
}
0 commit comments