File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/powersync_sqlcipher/example/test Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ scripts:
94
94
packageFilters :
95
95
dirExists :
96
96
- test
97
+ # Don't run tests for this example, the test/ folder is part of integration tests
98
+ # that we don't currently run as part of the CI.
99
+ ignore : powersync_sqlcipher_example
97
100
# This tells Melos tests to ignore env variables passed to tests from `melos run test`
98
101
# as they could change the behaviour of how tests filter packages.
99
102
env :
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ Future<void> hybridMain(StreamChannel<Object?> channel) async {
46
46
47
47
channel.sink.add (server.port);
48
48
await channel.stream.listen (null ).asFuture <void >().then <void >((_) async {
49
- print ('closing server' );
50
49
await server.close ();
51
50
});
52
51
}
You can’t perform that action at this time.
0 commit comments