diff --git a/resources/js/package-lock.json b/resources/js/package-lock.json index fd81e32..cf40759 100644 --- a/resources/js/package-lock.json +++ b/resources/js/package-lock.json @@ -1,11 +1,11 @@ { - "name": "NativePHP", + "name": "Dishy", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "NativePHP", + "name": "Dishy", "version": "1.0.0", "hasInstallScript": true, "dependencies": { diff --git a/tests/BootingTest.php b/tests/BootingTest.php index 9da04d9..21bd26a 100644 --- a/tests/BootingTest.php +++ b/tests/BootingTest.php @@ -9,11 +9,11 @@ $process = remote('native:serve --no-dependencies --no-interaction -v'); $process->start(function ($type, $line) use (&$output) { - echo $line; // Uncomment this line to debug + // echo $line; // Uncomment this line to debug $output .= $line; }); - $process->wait(); // Uncomment this line to debug + // $process->wait(); // Uncomment this line to debug try { retry(30, function () use ($output) {