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. */
|
/* Test against mobile viewports. */
|
||||||
// {
|
{
|
||||||
// Name: 'Mobile Chrome',
|
name: 'Mobile Chrome',
|
||||||
// Use: {
|
use: {
|
||||||
// ...devices['Pixel 5'],
|
...devices['Pixel 5'],
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// Name: 'Mobile Safari',
|
name: 'Mobile Safari',
|
||||||
// Use: {
|
use: {
|
||||||
// ...devices['iPhone 12'],
|
...devices['iPhone 12'],
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
|
|
||||||
/* Test against branded browsers. */
|
/* Test against branded browsers. */
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue