Saurabh Je Singh

Results 5 comments of Saurabh Je Singh

This flickering happens when registering the input of the prompts(without validation). I'm thinking to work on this.

Hello, can you attach the trace file content? To generate a trace file - .next/trace.log You would have to run this command with Turbo flag - `next dev --turbo NEXT_TURBOPACK_TRACING=1`

Hi! I noticed that testing for the client side hasn’t been set up yet. I wanted to check if anyone is already working on this, as I’m interested in helping...

Thanks! I’ll set up testing with Jest and React Testing Library, and add a couple of example tests for key components. I’ll open a PR soon with the initial setup...

Upon inspecting the project’s dependencies more carefully, I believe that using Vitest along with React Testing Library would be the best fit for the frontend testing setup. Since the project...