todo test

This commit is contained in:
MapleLeaf
2021-12-27 03:24:07 -06:00
parent 3bd1b830b3
commit 5e10069a11

View File

@@ -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 }) { function KitchenSinkCounter(props: { onDeactivate: () => void }) {
const [count, setCount] = React.useState(0) const [count, setCount] = React.useState(0)
const [embedVisible, setEmbedVisible] = React.useState(false) const [embedVisible, setEmbedVisible] = React.useState(false)