Browse Source

test: fix upload image test by skip one (#38676)

pull/38677/head
afc163 2 years ago
committed by GitHub
parent
commit
f4d4135480
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/upload/__tests__/image.test.ts

2
components/upload/__tests__/image.test.ts

@ -1,5 +1,5 @@
import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Upload image', () => {
imageDemoTest('upload');
imageDemoTest('upload', { skip: ['crop-image.tsx'] });
});

Loading…
Cancel
Save