7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
// 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")
|
|
|
|
export {}
|