Files
reacord/packages/reacord/test/renderer.test.ts
2022-01-11 00:25:12 -06:00

7 lines
219 B
TypeScript

import { test } from "vitest"
// test that the interaction update is _eventually_ deferred if there's no component update,
// and that update isn't called after the fact
// ...somehow
test.todo("defer update timeout")