Testing Server Functions with Playwright
Is anyone aware of any examples of testing Server Functions with Playwright? If I do this:
getHeaders
from @tanstack/react-start/server
fails with TypeError: Cannot read properties of undefined (reading 'config').0 Replies