We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently talk to the live servers during tests. We talk to:
https://replicache-sample-todo.now.sh/serve/replicache-batch
https://serve.replicache.dev/pull
We should mock these resources
The text was updated successfully, but these errors were encountered:
https://github.com/rocicorp/replicache-sdk-js/blob/45d3e2f8396f6e8cf8dcd78ecc950cdb58d4e0a9/src/replicache.test.ts#L30
https://github.com/rocicorp/replicache-sdk-js/blob/45d3e2f8396f6e8cf8dcd78ecc950cdb58d4e0a9/src/replicache.test.ts#L486
Sorry, something went wrong.
Mock fetch in tests
555f4af
Fixes rocicorp#95
Mock fetch in tests (#104)
ce7a581
Fixes #95
Successfully merging a pull request may close this issue.
We currently talk to the live servers during tests. We talk to:
https://replicache-sample-todo.now.sh/serve/replicache-batch
https://serve.replicache.dev/pull
We should mock these resources
The text was updated successfully, but these errors were encountered: