You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tests rely on mocked Typesense responses, which may not be reliable if the actual Typesense version has issues. To improve test reliability, we could:
Introduce a Docker container setup for running a real Typesense instance.
Update our CI pipeline to start a real Typesense container and run tests against it.