Skip to content

Commit cefa5fa

Browse files
bndktjamesgpearce
authored andcommitted
Extend comment
1 parent 724b6cd commit cefa5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/persisters/sqlite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type SqliteVariant<Database> = [
5050

5151
const escapeId = (str: string) => `"${str.replace(/"/g, '""')}"`;
5252

53-
// Mock
53+
// Mock for PowerSync
5454
type AbstractPowerSyncDatabase = {
5555
execute(sql: string, args: any[]): Promise<QueryResult>;
5656
close(): Promise<void>;

0 commit comments

Comments
 (0)