We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a1fc8 commit a43d694Copy full SHA for a43d694
packages/web/tests/uploads.test.ts
@@ -25,9 +25,9 @@ describe('CRUD Uploads', () => {
25
});
26
27
afterEach(async () => {
28
- connectedUtils.remote.streamController?.close();
29
- await connectedUtils.powersync.disconnectAndClear();
30
- await connectedUtils.powersync.close();
+ connectedUtils?.remote.streamController?.close();
+ await connectedUtils?.powersync.disconnectAndClear();
+ await connectedUtils?.powersync.close();
31
32
33
it('should warn for missing upload operations in uploadData', async () => {
0 commit comments