+2
-2
__tests__/lib/images.test.ts
+2
-2
__tests__/lib/images.test.ts
···
44
44
width: 100,
45
45
height: 100,
46
46
maxSize: 500000,
47
-
mode: 'cover',
48
47
timeout: 10000,
48
+
webp: false,
49
49
}
50
50
51
51
const result = await downloadAndResize(opts)
···
76
76
width: 100,
77
77
height: 100,
78
78
maxSize: 500000,
79
-
mode: 'cover',
80
79
timeout: 10000,
80
+
webp: false,
81
81
}
82
82
83
83
const result = await downloadAndResize(opts)