()
| 76 | |
| 77 | it('returns initialValue argument, if provided', async () => { |
| 78 | function App() { |
| 79 | return useDeferredValue('Final', 'Initial'); |
| 80 | } |
| 81 | |
| 82 | const stream = await serverAct(() => |
| 83 | ReactDOMServer.renderToReadableStream(<App />), |
nothing calls this directly
no test coverage detected