refactor: reorganize all components (#8303)
This commit is contained in:
@@ -3,7 +3,7 @@ import ImagePreview from '..';
|
||||
import ImagePreviewComponent from '../ImagePreview';
|
||||
|
||||
test('should expose ImagePreviewComponent in ImagePreview.Component', () => {
|
||||
expect(ImagePreview.Component).toEqual(ImagePreviewComponent);
|
||||
expect(ImagePreview.Component.name).toEqual('van-image-preview');
|
||||
});
|
||||
|
||||
test('should register component to app', () => {
|
||||
|
||||
Reference in New Issue
Block a user