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 3d563fc commit 9e84d49Copy full SHA for 9e84d49
packages/web/tests/utils/testDb.ts
@@ -26,7 +26,7 @@ export const testSchema = new Schema({ assets, customers });
26
export const generateTestDb = (options?: WebPowerSyncDatabaseOptions) => {
27
const resolvedOptions = options ?? {
28
database: {
29
- dbFilename: `test-${uuid()}.db`
+ dbFilename: `${uuid()}.db`
30
},
31
schema: testSchema,
32
flags: {
0 commit comments