Skip to content

Commit 7185bab

Browse files
committed
Lint
1 parent 8a1feac commit 7185bab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

injected/playwright.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ export default defineConfig({
3838
},
3939
{
4040
name: 'ios',
41-
testMatch: [
42-
'integration-test/duckplayer-mobile.spec.js',
43-
'integration-test/duckplayer-mobile-drawer.spec.js',
44-
],
41+
testMatch: ['integration-test/duckplayer-mobile.spec.js', 'integration-test/duckplayer-mobile-drawer.spec.js'],
4542
use: { injectName: 'apple-isolated', platform: 'ios', ...devices['iPhone 13'] },
4643
},
4744
{

0 commit comments

Comments
 (0)