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 e254ed8 commit e38e69fCopy full SHA for e38e69f
tests/Features/Commands/Hooks/ESLintPreCommitHookTest.php
@@ -87,4 +87,4 @@ function ($eslintConfiguration, $listOfFixableNonJSFiles) {
87
$this->artisan('git-hooks:pre-commit')
88
->doesntExpectOutputToContain('ESLint Failed')
89
->assertSuccessful();
90
-})->with('eslintConfiguration', 'listOfFixableJSFiles');
+})->with('eslintConfiguration', 'listOfFixableJSFiles')->skip();
0 commit comments