mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-22 00:14:25 +01:00
12 lines
156 B
Dart
12 lines
156 B
Dart
import 'package:test/test.dart';
|
|
|
|
import 'helpers.dart';
|
|
|
|
void main() {
|
|
group('main', () {
|
|
setUpAll(() async {
|
|
await initApi();
|
|
});
|
|
});
|
|
}
|