Skip to content

Commit 48f281b

Browse files
committed
Change default config to reflect FPS as default
1 parent 16acbd3 commit 48f281b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export const DEFAULT_CONFIG: Config = {
2323
'edge'
2424
],
2525
viewports: [
26-
[1920, 1080],
27-
[1366, 768],
28-
[360, 640],
26+
[1920],
27+
[1366],
28+
[360],
2929
],
3030
waitForTimeout: 1000,
3131
}

0 commit comments

Comments
 (0)