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 d3aa29a commit 1c87293Copy full SHA for 1c87293
packages/powersync_core/test/utils/abstract_test_utils.dart
@@ -150,6 +150,11 @@ class TestConnector extends PowerSyncBackendConnector {
150
}
151
152
153
+/// A [PowerSyncDatabase] implemented by a single in-memory database connection
154
+/// and a mock-HTTP sync client.
155
+///
156
+/// This ensures tests for sync cover the `ConnectionManager` and other methods
157
+/// exposed by the mixin.
158
final class TestDatabase
159
with SqliteQueries, PowerSyncDatabaseMixin
160
implements PowerSyncDatabase {
0 commit comments