Skip to content

Commit 1301a31

Browse files
committed
Fix test that still used removed -p option
1 parent f2aba49 commit 1301a31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test('--ext works', async t => {
1111

1212
const { error, stderr } = await cli([
1313
'test/fixtures/a.sss',
14-
'-p',
14+
'--parser',
1515
'sugarss',
1616
'-d',
1717
dir,

0 commit comments

Comments
 (0)