fix key block test

pull/13292/head
Dominic Gannaway 2 years ago
parent e409fce8d5
commit 2ad18a23fa

@ -23,6 +23,6 @@ export default test({
button?.dispatchEvent(click); button?.dispatchEvent(click);
flushSync(); flushSync();
assert.deepEqual(logs, ['mount', 'unmount']); assert.deepEqual(logs, ['mount', 'unmount', 'mount']);
} }
}); });

Loading…
Cancel
Save