Skip to content

Commit 1806ffe

Browse files
committed
Formatting
1 parent 197596a commit 1806ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/api/matchMedia/combined-matchMedia.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test.describe('MatchMedia Query Tests', () => {
66

77
test.beforeAll(async () => {
88
context = await chromium.launchPersistentContext('', {
9-
locale: 'en-US',
9+
locale: 'en-US'
1010
});
1111
page = await context.newPage();
1212
await page.goto('combined-matchMedia.html');

0 commit comments

Comments
 (0)