pull/15807/head
Rich Harris 1 year ago
parent 8a90af5c48
commit 54ac9cded9

@ -36,8 +36,6 @@ export default test({
btn1.click();
});
console.warn(logs);
// the five components guarded by `count < 2` unmount and log
assert.deepEqual(logs, [1, true, 1, true, 1, true, 1, true, 1, true]);

Loading…
Cancel
Save