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 0267e98 commit b07b034Copy full SHA for b07b034
packages/powersync/test/connected_test.dart
@@ -1,3 +1,6 @@
1
+@TestOn('!browser')
2
+// This test uses a local server which is possible to control in Web via hybrid main,
3
+// but this makes the test significantly more complex.
4
import 'dart:async';
5
6
import 'package:powersync/powersync.dart';
0 commit comments