From 5e10069a110292b8e9b2c0e7ed4695a9fb193c81 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Mon, 27 Dec 2021 03:24:07 -0600 Subject: [PATCH] todo test --- test/reacord.test.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/reacord.test.tsx b/test/reacord.test.tsx index 7296f78..ddff245 100644 --- a/test/reacord.test.tsx +++ b/test/reacord.test.tsx @@ -241,6 +241,10 @@ test("rendering behavior", async () => { ]) }) +// test multiple instances that can be updated independently, +// + old instances getting deactivated once the limit is reached +test.todo("multiple instances") + function KitchenSinkCounter(props: { onDeactivate: () => void }) { const [count, setCount] = React.useState(0) const [embedVisible, setEmbedVisible] = React.useState(false)