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 d1d13ba commit b2cf643Copy full SHA for b2cf643
__tests__/integration.js
@@ -81,7 +81,7 @@ test('yarn run <script> --opt', async () => {
81
await fs.writeFile(
82
path.join(cwd, 'package.json'),
83
JSON.stringify({
84
- scripts: {echo: `"${process.argv[0]}" -p -e 'process.argv.slice(1).join(" ") --'`},
+ scripts: {echo: `"${process.argv[0]}" -p -e 'process.argv.slice(1).join(" ")' --`},
85
}),
86
);
87
@@ -107,7 +107,7 @@ test('yarn run <script> -- --opt', async () => {
107
108
109
110
111
112
113
0 commit comments