Skip to content

Commit 70bae5c

Browse files
committed
chore: lint
1 parent e947275 commit 70bae5c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

test/cli-parse.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,8 @@ test('cli-parse: parallel calm: windows', async (t) => {
137137

138138
os.platform = () => 'win32';
139139

140-
const result = await cliParse([
141-
'--parallel-calm',
142-
'one',
143-
'two',
144-
], {
140+
const cmd = ['--parallel-calm', 'one', 'two'];
141+
const result = await cliParse(cmd, {
145142
one: 'ls',
146143
two: 'pwd',
147144
});

0 commit comments

Comments
 (0)