dean-journeyapps

Results 2 comments of dean-journeyapps

We typically suggest using Vitest's `waitFor` utility (if possible). After initiating the upload, you can use `waitFor` to create a test that queries the client database and verifies the expected...

> [@dean-journeyapps](https://github.com/dean-journeyapps) I tried the `waitFor` method (the data just never appears in the Sqlite) but it doesn't work _despite reconnecting does_ . Like somehow sync is not working under...