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