chore: Test mobiel
This commit is contained in:
parent
9ba705f6b4
commit
0fd66ad5f5
1 changed files with 12 additions and 12 deletions
|
@ -65,18 +65,18 @@ export default defineConfig({
|
|||
},
|
||||
|
||||
/* Test against mobile viewports. */
|
||||
// {
|
||||
// Name: 'Mobile Chrome',
|
||||
// Use: {
|
||||
// ...devices['Pixel 5'],
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// Name: 'Mobile Safari',
|
||||
// Use: {
|
||||
// ...devices['iPhone 12'],
|
||||
// },
|
||||
// },
|
||||
{
|
||||
name: 'Mobile Chrome',
|
||||
use: {
|
||||
...devices['Pixel 5'],
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Mobile Safari',
|
||||
use: {
|
||||
...devices['iPhone 12'],
|
||||
},
|
||||
},
|
||||
|
||||
/* Test against branded browsers. */
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue