Skip to content

Commit ddeacfe

Browse files
authored
chore: fix test name for chrome args (ChromeDevTools#732)
Fix test name for chrome args
1 parent fbba3c9 commit ddeacfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('cli args parsing', () => {
125125
});
126126
});
127127

128-
it('parses viewport', async () => {
128+
it('parses chrome args', async () => {
129129
const args = parseArguments('1.0.0', [
130130
'node',
131131
'main.js',

0 commit comments

Comments
 (0)