We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9038d commit 6b380d8Copy full SHA for 6b380d8
test/integration/__tests__/live-api.js
@@ -231,7 +231,7 @@ describe('API integration', function () {
231
const getMatchObject = ({ name }) => ({
232
name : name,
233
basename : name,
234
- ext : '',
+ ext : 'svg',
235
size : 117,
236
mime : 'image/svg+xml',
237
type : 'image',
@@ -249,7 +249,7 @@ describe('API integration', function () {
249
expect(uploadsKeyed.file4).toMatchObject({
250
name : 'file4',
251
basename : 'file4',
252
+ ext : 'jpg',
253
size : 133788,
254
mime : 'image/jpeg',
255
0 commit comments