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)