Add Safari support

This commit is contained in:
Arnaud 2024-10-11 16:49:40 +02:00
parent 906626e37c
commit 6b15a0693e
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -48,10 +48,10 @@ export default defineConfig({
use: { ...devices['Desktop Firefox'] },
},
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
/* Test against mobile viewports. */
// {