We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce0791 commit eedb331Copy full SHA for eedb331
src/LiveComponent/assets/test/controller/poll.test.ts
@@ -222,6 +222,4 @@ describe('LiveController polling Tests', () => {
222
await waitFor(() => expect(test.element).toHaveTextContent('Render count: 1'));
223
await waitFor(() => expect(test.element).toHaveTextContent('Render count: 2'));
224
});
225
-
226
- // TODO: test "batching" of requests between polling and any other re-render request
227
0 commit comments