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 af51d87 commit 5054658Copy full SHA for 5054658
packages/node/tests/PowerSyncDatabase.test.ts
@@ -30,7 +30,7 @@ test('can customize loading workers', async () => {
30
database: {
31
dbFilename: 'test.db',
32
dbLocation: directory,
33
- openWorker: openFunction as any,
+ openWorker: openFunction,
34
readWorkerCount: 2
35
}
36
});
0 commit comments