mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
test(ImagePreview): fix incorrect onClose test case (#12386)
This commit is contained in:
parent
0fc4f07704
commit
8a7f8d7aa5
@ -12,13 +12,16 @@ test('should allow to use the teleport option', async () => {
|
||||
});
|
||||
|
||||
test('should trigger onClose option correctly', async () => {
|
||||
const root = document.createElement('div');
|
||||
const onClose = vi.fn();
|
||||
const instance = showImagePreview({
|
||||
images,
|
||||
startPosition: 1,
|
||||
onClose,
|
||||
teleport: root,
|
||||
});
|
||||
|
||||
await later();
|
||||
await instance?.close();
|
||||
|
||||
expect(onClose).toHaveBeenCalledTimes(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user