Skip to content

Commit

Permalink
Update MixManifestNotFoundSolutionProviderTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jun 15, 2022
1 parent 667aa36 commit 5261155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
$solution = app(MissingMixManifestSolutionProvider::class)
->getSolutions(new Exception('Mix manifest not found.'))[0];

expect(Str::contains($solution->getSolutionDescription(), 'Did you forget to run `npm ci && npm run dev`?'))->toBeTrue();
expect(Str::contains($solution->getSolutionDescription(), 'Did you forget to run `npm install && npm run dev`?'))->toBeTrue();
});

0 comments on commit 5261155

Please sign in to comment.