piped_dart/test/regions_test.dart

10 lines
143 B
Dart
Raw Normal View History

2022-02-06 12:22:59 +00:00
import 'package:test/test.dart';
import 'package:piped_api/piped_api.dart';
// tests for Regions
void main() {
group(Regions, () {
});
}