feat: include Synapse into integration test

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-05-25 15:53:49 +02:00
commit 50bdb6a646
11 changed files with 2893 additions and 4 deletions

View file

@ -0,0 +1,3 @@
import 'package:integration_test/integration_test_driver.dart';
Future<void> main() => integrationDriver();