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:
9494 packageFilters :
9595 dirExists :
9696 - 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
97100 # This tells Melos tests to ignore env variables passed to tests from `melos run test`
98101 # as they could change the behaviour of how tests filter packages.
99102 env :
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ Future<void> hybridMain(StreamChannel<Object?> channel) async {
4646
4747 channel.sink.add (server.port);
4848 await channel.stream.listen (null ).asFuture <void >().then <void >((_) async {
49- print ('closing server' );
5049 await server.close ();
5150 });
5251}
You can’t perform that action at this time.
0 commit comments