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 24403eb commit eb7cbc7Copy full SHA for eb7cbc7
1 file changed
src/test/groovy/com/github/gradle/node/SystemVersion_integTest.groovy
@@ -40,7 +40,7 @@ class SystemVersion_integTest extends AbstractIntegTest {
40
41
then:
42
result4.task(":npxHelp").outcome == TaskOutcome.SUCCESS
43
- result4.output.contains("npx --shell-auto-fallback [shell]")
+ result4.output.contains("Run a command from a local or remote npm package")
44
45
when:
46
def result5 = build(":yarnHelp")
0 commit comments