feat: add iPhone 13/14/15 Pro device configurations
This commit is contained in:
@@ -39,6 +39,7 @@ export interface DeviceConfig {
|
||||
viewport: { width: number; height: number };
|
||||
userAgent?: string;
|
||||
isMobile: boolean;
|
||||
deviceScaleFactor?: number;
|
||||
}
|
||||
|
||||
export interface TestResult {
|
||||
|
||||
Reference in New Issue
Block a user