We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88cfae commit 7012487Copy full SHA for 7012487
1 file changed
test/acceptance/plugin.acceptance.test.ts
@@ -66,7 +66,9 @@ describe('plugins', function () {
66
}
67
68
await x('git', ['clone', cloneUrl, cwd])
69
- const opts = {cwd, stdin: 'inherit', stdout: 'inherit', stderr: 'inherit'} as const
+ const opts = {
70
+ cwd, stderr: 'inherit', stdin: 'inherit', stdout: 'inherit',
71
+ } as const
72
await x('git', ['checkout', `v${pkg.version}`], opts)
73
await x('npm', [], opts)
74
await x('npm', ['test'], opts)
0 commit comments