Skip to content

Commit 7012487

Browse files
committed
fix linting
1 parent b88cfae commit 7012487

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/acceptance/plugin.acceptance.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ describe('plugins', function () {
6666
}
6767

6868
await x('git', ['clone', cloneUrl, cwd])
69-
const opts = {cwd, stdin: 'inherit', stdout: 'inherit', stderr: 'inherit'} as const
69+
const opts = {
70+
cwd, stderr: 'inherit', stdin: 'inherit', stdout: 'inherit',
71+
} as const
7072
await x('git', ['checkout', `v${pkg.version}`], opts)
7173
await x('npm', [], opts)
7274
await x('npm', ['test'], opts)

0 commit comments

Comments
 (0)