mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
9 lines
143 B
Dart
9 lines
143 B
Dart
import 'package:test/test.dart';
|
|
import 'package:piped_api/piped_api.dart';
|
|
|
|
// tests for Regions
|
|
void main() {
|
|
|
|
group(Regions, () {
|
|
});
|
|
}
|