feat(tests): change cypress default viewport size

renovate/workbox-monorepo
kolaente 2022-07-12 09:09:26 +02:00
parent e8705c66dd
commit 97e6147351
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 21 additions and 19 deletions

View File

@ -20,4 +20,6 @@ export default defineConfig({
bundler: 'vite',
},
},
viewportWidth: 1600,
viewportHeight: 900,
})