feat(ImagePreview): support local registration (#6031)
This commit is contained in:
@@ -261,3 +261,7 @@ test('closeOnPopstate', () => {
|
||||
trigger(window, 'popstate');
|
||||
expect(wrapper.emitted('input')[1]).toBeFalsy();
|
||||
});
|
||||
|
||||
test('ImagePreview.Component', () => {
|
||||
expect(ImagePreview.Component).toEqual(ImagePreviewVue);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user